Commit ae0e47f02aaedbfdd5e4bec73f79b714d758223d

Authored by Justin P. Mattock
Committed by Jiri Kosina
1 parent ddf1228695

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>

Showing 9 changed files with 9 additions and 9 deletions Side-by-side Diff

drivers/dma/timb_dma.c
... ... @@ -629,7 +629,7 @@
629 629 desc_node)
630 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 633 __td_finish(td_chan);
634 634 spin_unlock_bh(&td_chan->lock);
635 635  
drivers/usb/core/hub.c
... ... @@ -616,7 +616,7 @@
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 620 * time later khubd will disconnect() any existing usb_device on the port
621 621 * and will re-enumerate if there actually is a device attached.
622 622 */
drivers/usb/host/uhci-hcd.c
... ... @@ -471,7 +471,7 @@
471 471  
472 472 /*
473 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 475 * full-sized integer.
476 476 *
477 477 * Like many other parts of the driver, this code relies on being polled
drivers/watchdog/sbc_epx_c3.c
... ... @@ -220,7 +220,7 @@
220 220 MODULE_AUTHOR("Calin A. Culianu <calin@ajvar.org>");
221 221 MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. "
222 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 224 "SBC system from Winsystems! It writes to IO ports 0x1ee and 0x1ef!");
225 225 MODULE_LICENSE("GPL");
226 226 MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
... ... @@ -2489,7 +2489,7 @@
2489 2489 * ERROR state on disk.
2490 2490 *
2491 2491 * 2. when btrfs flips readonly just in btrfs_commit_super,
2492   - * and in such case, btrfs cannnot write sb via btrfs_commit_super,
  2492 + * and in such case, btrfs cannot write sb via btrfs_commit_super,
2493 2493 * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag,
2494 2494 * btrfs will cleanup all FS resources first and write sb then.
2495 2495 */
fs/notify/fanotify/fanotify_user.c
... ... @@ -876,7 +876,7 @@
876 876 #endif
877 877  
878 878 /*
879   - * fanotify_user_setup - Our initialization function. Note that we cannnot return
  879 + * fanotify_user_setup - Our initialization function. Note that we cannot return
880 880 * error because we have compiled-in VFS hooks. So an (unlikely) failure here
881 881 * must result in panic().
882 882 */
fs/notify/inotify/inotify_user.c
... ... @@ -841,7 +841,7 @@
841 841 }
842 842  
843 843 /*
844   - * inotify_user_setup - Our initialization function. Note that we cannnot return
  844 + * inotify_user_setup - Our initialization function. Note that we cannot return
845 845 * error because we have compiled-in VFS hooks. So an (unlikely) failure here
846 846 * must result in panic().
847 847 */
... ... @@ -993,7 +993,7 @@
993 993 * most recent <s, d> pair that moved (s != d). If we find a pair
994 994 * that not only moved, but what's better, moved to an empty slot
995 995 * (d is not set in tmp), then we break out then, with that pair.
996   - * Otherwise when we finish scannng from_tmp, we at least have the
  996 + * Otherwise when we finish scanning from_tmp, we at least have the
997 997 * most recent <s, d> pair that moved. If we get all the way through
998 998 * the scan of tmp without finding any node that moved, much less
999 999 * moved to an empty node, then there is nothing left worth migrating.
... ... @@ -779,7 +779,7 @@
779 779 * If truncating down to a partial page, then
780 780 * if that page is already allocated, hold it
781 781 * in memory until the truncation is over, so
782   - * truncate_partial_page cannnot miss it were
  782 + * truncate_partial_page cannot miss it were
783 783 * it assigned to swap.
784 784 */
785 785 if (newsize & (PAGE_CACHE_SIZE-1)) {