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>
This commit is contained in:
Justin P. Mattock 2011-03-01 15:06:02 +01:00 committed by Jiri Kosina
parent ddf1228695
commit ae0e47f02a
9 changed files with 9 additions and 9 deletions

View file

@ -629,7 +629,7 @@ static int td_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd,
desc_node) desc_node)
list_move(&td_desc->desc_node, &td_chan->free_list); list_move(&td_desc->desc_node, &td_chan->free_list);
/* now tear down the runnning */ /* now tear down the running */
__td_finish(td_chan); __td_finish(td_chan);
spin_unlock_bh(&td_chan->lock); spin_unlock_bh(&td_chan->lock);

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 * time later khubd will disconnect() any existing usb_device on the port
* and will re-enumerate if there actually is a device attached. * and will re-enumerate if there actually is a device attached.
*/ */

View file

@ -471,7 +471,7 @@ static irqreturn_t uhci_irq(struct usb_hcd *hcd)
/* /*
* Store the current frame number in uhci->frame_number if the controller * Store the current frame number in uhci->frame_number if the controller
* is runnning. Expand from 11 bits (of which we use only 10) to a * is running. Expand from 11 bits (of which we use only 10) to a
* full-sized integer. * full-sized integer.
* *
* Like many other parts of the driver, this code relies on being polled * Like many other parts of the driver, this code relies on being polled

View file

@ -220,7 +220,7 @@ module_exit(watchdog_exit);
MODULE_AUTHOR("Calin A. Culianu <calin@ajvar.org>"); MODULE_AUTHOR("Calin A. Culianu <calin@ajvar.org>");
MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. " MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. "
"Note that there is no way to probe for this device -- " "Note that there is no way to probe for this device -- "
"so only use it if you are *sure* you are runnning on this specific " "so only use it if you are *sure* you are running on this specific "
"SBC system from Winsystems! It writes to IO ports 0x1ee and 0x1ef!"); "SBC system from Winsystems! It writes to IO ports 0x1ee and 0x1ef!");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);

View file

@ -2489,7 +2489,7 @@ int close_ctree(struct btrfs_root *root)
* ERROR state on disk. * ERROR state on disk.
* *
* 2. when btrfs flips readonly just in btrfs_commit_super, * 2. when btrfs flips readonly just in btrfs_commit_super,
* and in such case, btrfs cannnot write sb via btrfs_commit_super, * and in such case, btrfs cannot write sb via btrfs_commit_super,
* and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag, * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag,
* btrfs will cleanup all FS resources first and write sb then. * btrfs will cleanup all FS resources first and write sb then.
*/ */

View file

@ -876,7 +876,7 @@ SYSCALL_ALIAS(sys_fanotify_mark, SyS_fanotify_mark);
#endif #endif
/* /*
* fanotify_user_setup - Our initialization function. Note that we cannnot return * fanotify_user_setup - Our initialization function. Note that we cannot return
* error because we have compiled-in VFS hooks. So an (unlikely) failure here * error because we have compiled-in VFS hooks. So an (unlikely) failure here
* must result in panic(). * must result in panic().
*/ */

View file

@ -841,7 +841,7 @@ out:
} }
/* /*
* inotify_user_setup - Our initialization function. Note that we cannnot return * inotify_user_setup - Our initialization function. Note that we cannot return
* error because we have compiled-in VFS hooks. So an (unlikely) failure here * error because we have compiled-in VFS hooks. So an (unlikely) failure here
* must result in panic(). * must result in panic().
*/ */

View file

@ -993,7 +993,7 @@ int do_migrate_pages(struct mm_struct *mm,
* most recent <s, d> pair that moved (s != d). If we find a pair * most recent <s, d> pair that moved (s != d). If we find a pair
* that not only moved, but what's better, moved to an empty slot * that not only moved, but what's better, moved to an empty slot
* (d is not set in tmp), then we break out then, with that pair. * (d is not set in tmp), then we break out then, with that pair.
* Otherwise when we finish scannng from_tmp, we at least have the * Otherwise when we finish scanning from_tmp, we at least have the
* most recent <s, d> pair that moved. If we get all the way through * most recent <s, d> pair that moved. If we get all the way through
* the scan of tmp without finding any node that moved, much less * the scan of tmp without finding any node that moved, much less
* moved to an empty node, then there is nothing left worth migrating. * moved to an empty node, then there is nothing left worth migrating.

View file

@ -779,7 +779,7 @@ static int shmem_notify_change(struct dentry *dentry, struct iattr *attr)
* If truncating down to a partial page, then * If truncating down to a partial page, then
* if that page is already allocated, hold it * if that page is already allocated, hold it
* in memory until the truncation is over, so * in memory until the truncation is over, so
* truncate_partial_page cannnot miss it were * truncate_partial_page cannot miss it were
* it assigned to swap. * it assigned to swap.
*/ */
if (newsize & (PAGE_CACHE_SIZE-1)) { if (newsize & (PAGE_CACHE_SIZE-1)) {