diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-26 20:33:56 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-28 19:19:56 -0800 |
commit | 6d42fcdb685e3b7af45c77181537db4bc1a715f9 (patch) | |
tree | 5434ab43fa718102565cb9d1274cb65cfd9d3ee9 /drivers/usb/core/hub.c | |
parent | 06125beb41af06fd197a7d216d57aa32b83f6cbd (diff) | |
download | linux-6d42fcdb685e3b7af45c77181537db4bc1a715f9.tar.bz2 |
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.c | 2 |
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. */ |