dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Justin P. Mattock 2011-02-26 20:33:56 -08:00 committed by Greg Kroah-Hartman
parent 06125beb41
commit 6d42fcdb68
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/