Browse Source

[PATCH] Add missing space in module.c for taintskernel

Obvious fix.

Signed-off-by: Jan Dittmer <jdi@l4x.org>
Acked-by: Florin Malita <fmalita@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Jan Dittmer 18 năm trước cách đây
mục cha
commit
1d4d262769
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      kernel/module.c

+ 1 - 1
kernel/module.c

@@ -1342,7 +1342,7 @@ static void set_license(struct module *mod, const char *license)
 
 
 	if (!license_is_gpl_compatible(license)) {
 	if (!license_is_gpl_compatible(license)) {
 		if (!(tainted & TAINT_PROPRIETARY_MODULE))
 		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);
 				"kernel.\n", mod->name, license);
 		add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
 		add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
 	}
 	}