public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] include/linux/kobject.h: fix a typo
@ 2006-03-04 12:15 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-03-04 12:15 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

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,


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2.6 patch] include/linux/kobject.h: fix a typo
@ 2006-03-08 21:24 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-03-08 21:24 UTC (permalink / raw)
  To: Andrew Morton; +Cc: gregkh, linux-kernel

It shouldn't cause real harm, but it hurts my eyes.


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

---

This patch was already sent on:
- 4 Mar 2006

--- 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,


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-08 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08 21:24 [2.6 patch] include/linux/kobject.h: fix a typo Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2006-03-04 12:15 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox