]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] Kobject: kobject.h: fix a typo
authorAdrian Bunk <bunk@stusta.de>
Sat, 4 Mar 2006 12:15:31 +0000 (13:15 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:42:59 +0000 (13:42 -0800)
It shouldn't cause real harm, but it hurts my eyes.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/kobject.h

index c374b5fa8d3bbd0c48392c7b6207346efe510113..7ece63f8abbd8ebbd77ad84d5604ce23f533dcd2 100644 (file)
@@ -255,7 +255,7 @@ struct subsys_attribute {
 extern int subsys_create_file(struct subsystem * , struct subsys_attribute *);
 extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *);
 
-#if defined(CONFIG_HOTPLUG) & defined(CONFIG_NET)
+#if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET)
 void kobject_uevent(struct kobject *kobj, enum kobject_action action);
 
 int add_uevent_var(char **envp, int num_envp, int *cur_index,