summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-02-26 20:33:56 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-28 19:19:56 -0800
commit6d42fcdb685e3b7af45c77181537db4bc1a715f9 (patch)
tree5434ab43fa718102565cb9d1274cb65cfd9d3ee9 /drivers/usb/core/hub.c
parent06125beb41af06fd197a7d216d57aa32b83f6cbd (diff)
usb: core: hub.c Remove one to many n's in a word.
The Patch below removes one to many "n's" in a word.. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> CC: Alan Stern <stern@rowland.harvard.edu> CC: linux-usb@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core/hub.c')
-rw-r--r--drivers/usb/core/hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index c168121f9f97..395754edd063 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -616,7 +616,7 @@ static int hub_port_disable(struct usb_hub *hub, int port1, int set_state)
}
/*
- * Disable a port and mark a logical connnect-change event, so that some
+ * Disable a port and mark a logical connect-change event, so that some
* time later khubd will disconnect() any existing usb_device on the port
* and will re-enumerate if there actually is a device attached.
*/