[PATCH] kobject_uevent.c has a typo in a comment
This patch changes trough to through in a comment in kobject_uevent.c. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d5dee80ad6
commit
4ed17dccd6
@@ -54,7 +54,7 @@ static char *action_to_string(enum kobject_action action)
|
|||||||
static struct sock *uevent_sock;
|
static struct sock *uevent_sock;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* send_uevent - notify userspace by sending event trough netlink socket
|
* send_uevent - notify userspace by sending event through netlink socket
|
||||||
*
|
*
|
||||||
* @signal: signal name
|
* @signal: signal name
|
||||||
* @obj: object path (kobject)
|
* @obj: object path (kobject)
|
||||||
|
Reference in New Issue
Block a user