From: Justin P. Mattock Date: Sun, 27 Feb 2011 04:33:56 +0000 (-0800) Subject: usb: core: hub.c Remove one to many n's in a word. X-Git-Tag: v2.6.39-rc1~472^2~92 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6d42fcdb685e3b7af45c77181537db4bc1a715f9;p=~emulex%2Finfiniband.git 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 CC: Alan Stern CC: linux-usb@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index c168121f9f9..395754edd06 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. */