Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40399
b: refs/heads/master
c: 1d4d262
h: refs/heads/master
i:
  40397: f52ab51
  40395: 2e4f556
  40391: 13ce08c
  40383: 346ccad
v: v3
  • Loading branch information
Jan Dittmer authored and Linus Torvalds committed Oct 28, 2006
1 parent 50df29c commit 747620e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08d892f11aae7125fe078cf93ec5cf6af288c5e7
refs/heads/master: 1d4d262769cd1894a0306b9c57e72f005cd9e75a
2 changes: 1 addition & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ static void set_license(struct module *mod, const char *license)

if (!license_is_gpl_compatible(license)) {
if (!(tainted & TAINT_PROPRIETARY_MODULE))
printk(KERN_WARNING "%s: module license '%s' taints"
printk(KERN_WARNING "%s: module license '%s' taints "
"kernel.\n", mod->name, license);
add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
}
Expand Down

0 comments on commit 747620e

Please sign in to comment.