diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-04 07:15:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 16:42:59 -0500 |
commit | 22f98c0cd7e003b896ee52ded945081307118745 (patch) | |
tree | 4fe7416dc8e98b38b71adf7bac04252de6614374 /include/linux/kobject.h | |
parent | dcd0da002122a70fe1c625c0ca9f58c95aa33ebe (diff) |
[PATCH] Kobject: kobject.h: fix a typo
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>
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index c374b5fa8d3b..7ece63f8abbd 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -255,7 +255,7 @@ struct subsys_attribute { | |||
255 | extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); | 255 | extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); |
256 | extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *); | 256 | extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *); |
257 | 257 | ||
258 | #if defined(CONFIG_HOTPLUG) & defined(CONFIG_NET) | 258 | #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) |
259 | void kobject_uevent(struct kobject *kobj, enum kobject_action action); | 259 | void kobject_uevent(struct kobject *kobj, enum kobject_action action); |
260 | 260 | ||
261 | int add_uevent_var(char **envp, int num_envp, int *cur_index, | 261 | int add_uevent_var(char **envp, int num_envp, int *cur_index, |