Commit 4ed17dcc authored by Erik Hovland's avatar Erik Hovland Committed by Greg Kroah-Hartman

[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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d5dee80a
......@@ -54,7 +54,7 @@ static char *action_to_string(enum kobject_action action)
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
* @obj: object path (kobject)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment