lkml.org 
[lkml]   [2006]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 17/23] Kobject: kobject.h: fix a typo
    Date
    From
    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 | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    22f98c0cd7e003b896ee52ded945081307118745
    diff --git a/include/linux/kobject.h b/include/linux/kobject.h
    index c374b5f..7ece63f 100644
    --- a/include/linux/kobject.h
    +++ b/include/linux/kobject.h
    @@ -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,
    --
    1.2.4

    -
    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-20 23:09    [W:2.989 / U:0.348 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site