diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-03-01 09:06:02 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-03-01 09:47:58 -0500 |
commit | ae0e47f02aaedbfdd5e4bec73f79b714d758223d (patch) | |
tree | 348f99385f42a2f698bddb4ced3e6c472e5d68cc /drivers/usb | |
parent | ddf12286951aee1e7763112cf26629de3fabe6ae (diff) |
Remove one to many n's in a word
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/hub.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/uhci-hcd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index d041c6826e43..bb9a25dbd2cc 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) | |||
616 | } | 616 | } |
617 | 617 | ||
618 | /* | 618 | /* |
619 | * Disable a port and mark a logical connnect-change event, so that some | 619 | * Disable a port and mark a logical connect-change event, so that some |
620 | * time later khubd will disconnect() any existing usb_device on the port | 620 | * time later khubd will disconnect() any existing usb_device on the port |
621 | * and will re-enumerate if there actually is a device attached. | 621 | * and will re-enumerate if there actually is a device attached. |
622 | */ | 622 | */ |
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index cee867829ec9..4f65b14e5e08 100644 --- a/drivers/usb/host/uhci-hcd.c +++ b/drivers/usb/host/uhci-hcd.c | |||
@@ -471,7 +471,7 @@ static irqreturn_t uhci_irq(struct usb_hcd *hcd) | |||
471 | 471 | ||
472 | /* | 472 | /* |
473 | * Store the current frame number in uhci->frame_number if the controller | 473 | * Store the current frame number in uhci->frame_number if the controller |
474 | * is runnning. Expand from 11 bits (of which we use only 10) to a | 474 | * is running. Expand from 11 bits (of which we use only 10) to a |
475 | * full-sized integer. | 475 | * full-sized integer. |
476 | * | 476 | * |
477 | * Like many other parts of the driver, this code relies on being polled | 477 | * Like many other parts of the driver, this code relies on being polled |