lkml.org 
[lkml]   [2006]   [Mar]   [4]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 4 Mar 2006 13:15:31 +0100
FromAdrian Bunk <>
Subject[2.6 patch] include/linux/kobject.h: fix a typo
It shouldn't cause real harm, but it hurts my eyes.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc5-mm2-full/include/linux/kobject.h.old	2006-03-04 00:15:42.000000000 +0100
+++ linux-2.6.16-rc5-mm2-full/include/linux/kobject.h	2006-03-04 00:15:55.000000000 +0100
@@ -255,7 +255,7 @@
 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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-04 12:19    [W:0.161 / U:0.130 seconds]
©2003-2008 Jasper Spaans