scripts/spelling.txt: add "an one" pattern and fix typo instances
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 Feb 2017 22:28:52 +0000 (14:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Feb 2017 02:43:46 +0000 (18:43 -0800)
Fix typos and add the following to the scripts/spelling.txt:

  an one||a one

I dropped the "an" before "one or more" in
drivers/net/ethernet/sfc/mcdi_pcol.h.

Link: http://lkml.kernel.org/r/1481573103-11329-6-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/s390/kernel/vtime.c
drivers/net/ethernet/sfc/mcdi_pcol.h
drivers/usb/core/devio.c
scripts/spelling.txt
tools/perf/util/dso.c

index b4a3e9e06ef244967b440057a1ee46b05bdb0def..31bd96e811677546b8a668d9c6e1e85b8d980f7f 100644 (file)
@@ -350,7 +350,7 @@ static void __add_vtimer(struct vtimer_list *timer, int periodic)
 }
 
 /*
- * add_virt_timer - add an oneshot virtual CPU timer
+ * add_virt_timer - add a oneshot virtual CPU timer
  */
 void add_virt_timer(struct vtimer_list *timer)
 {
index 47ced8a898ca305885136acc4c54dd8b95786a11..91fb54fd03d9b44e98202e188eb29bf4db5b8972 100644 (file)
 
 /***********************************/
 /* MC_CMD_GET_LICENSED_V3_FEATURE_STATES
- * Query the state of an one or more licensed features. (Note that the actual
+ * Query the state of one or more licensed features. (Note that the actual
  * state may be invalidated by the MC_CMD_LICENSING_V3 OP_UPDATE_LICENSE
  * operation or a reboot of the MC.) Used for V3 licensing (Medford)
  */
index 52747b6ac89ae7662f30ae36713a95e73684ff4b..ca425e8099ea816096d1962713a5c4eecfced49c 100644 (file)
@@ -2335,7 +2335,7 @@ static int proc_drop_privileges(struct usb_dev_state *ps, void __user *arg)
        if (copy_from_user(&data, arg, sizeof(data)))
                return -EFAULT;
 
-       /* This is an one way operation. Once privileges are
+       /* This is a one way operation. Once privileges are
         * dropped, you cannot regain them. You may however reissue
         * this ioctl to shrink the allowed interfaces mask.
         */
index 27991a91de6f3a25595ab156ca797862a6d9a573..6ff540377fe677b6afc99115c7c031c9737514a9 100644 (file)
@@ -89,6 +89,7 @@ amout||amount
 an union||a union
 an user||a user
 an userspace||a userspace
+an one||a one
 analysator||analyzer
 ang||and
 anniversery||anniversary
index 28d41e709128f51414817ad21a16ea636c007709..3abe3373ce90f1e8a8089d253fdc6226bcb182d0 100644 (file)
@@ -951,7 +951,7 @@ static struct dso *__dso__findlink_by_longname(struct rb_root *root,
                if (rc == 0) {
                        /*
                         * In case the new DSO is a duplicate of an existing
-                        * one, print an one-time warning & put the new entry
+                        * one, print a one-time warning & put the new entry
                         * at the end of the list of duplicates.
                         */
                        if (!dso || (dso == this))