From: Erik Hovland <erik@hovland.org>
Date: Thu, 6 Oct 2005 17:45:30 +0000 (-0700)
Subject: [PATCH] kobject_uevent.c has a typo in a comment
X-Git-Tag: firefly_0821_release~40855^2~28^2~45
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ed17dccd69c4fc13b9d2118001f5e58ea16ebea;p=firefly-linux-kernel-4.4.55.git

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

diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c
index 04ca4429ddfa..a318330d254a 100644
--- a/lib/kobject_uevent.c
+++ b/lib/kobject_uevent.c
@@ -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)