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 | |
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')
-rw-r--r-- | drivers/dma/timb_dma.c | 2 | ||||
-rw-r--r-- | drivers/usb/core/hub.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/uhci-hcd.c | 2 | ||||
-rw-r--r-- | drivers/watchdog/sbc_epx_c3.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index 3b88a4e7c98a..f69f90a61873 100644 --- a/drivers/dma/timb_dma.c +++ b/drivers/dma/timb_dma.c | |||
@@ -629,7 +629,7 @@ static int td_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd, | |||
629 | desc_node) | 629 | desc_node) |
630 | list_move(&td_desc->desc_node, &td_chan->free_list); | 630 | list_move(&td_desc->desc_node, &td_chan->free_list); |
631 | 631 | ||
632 | /* now tear down the runnning */ | 632 | /* now tear down the running */ |
633 | __td_finish(td_chan); | 633 | __td_finish(td_chan); |
634 | spin_unlock_bh(&td_chan->lock); | 634 | spin_unlock_bh(&td_chan->lock); |
635 | 635 | ||
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 |
diff --git a/drivers/watchdog/sbc_epx_c3.c b/drivers/watchdog/sbc_epx_c3.c index 28f1214457bd..3066a5127ca8 100644 --- a/drivers/watchdog/sbc_epx_c3.c +++ b/drivers/watchdog/sbc_epx_c3.c | |||
@@ -220,7 +220,7 @@ module_exit(watchdog_exit); | |||
220 | MODULE_AUTHOR("Calin A. Culianu <calin@ajvar.org>"); | 220 | MODULE_AUTHOR("Calin A. Culianu <calin@ajvar.org>"); |
221 | MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. " | 221 | MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. " |
222 | "Note that there is no way to probe for this device -- " | 222 | "Note that there is no way to probe for this device -- " |
223 | "so only use it if you are *sure* you are runnning on this specific " | 223 | "so only use it if you are *sure* you are running on this specific " |
224 | "SBC system from Winsystems! It writes to IO ports 0x1ee and 0x1ef!"); | 224 | "SBC system from Winsystems! It writes to IO ports 0x1ee and 0x1ef!"); |
225 | MODULE_LICENSE("GPL"); | 225 | MODULE_LICENSE("GPL"); |
226 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | 226 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); |