Commit 0cf2a848 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds

scripts/spelling.txt: add "omited" pattern and fix typo instances

Fix typos and add the following to the scripts/spelling.txt:

  omited||omitted
  omiting||omitting

Link: http://lkml.kernel.org/r/1481573103-11329-26-git-send-email-yamada.masahiro@socionext.comSigned-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 34dcaf40
...@@ -1416,7 +1416,7 @@ static unsigned int xdigit2int(unsigned char c) ...@@ -1416,7 +1416,7 @@ static unsigned int xdigit2int(unsigned char c)
* <pattern data>[/<pattern mask>][@<anchor>] * <pattern data>[/<pattern mask>][@<anchor>]
* *
* Up to 2 filter patterns can be specified. If 2 are supplied the first one * Up to 2 filter patterns can be specified. If 2 are supplied the first one
* must be anchored at 0. An omited mask is taken as a mask of 1s, an omitted * must be anchored at 0. An omitted mask is taken as a mask of 1s, an omitted
* anchor is taken as 0. * anchor is taken as 0.
*/ */
static ssize_t mps_trc_write(struct file *file, const char __user *buf, static ssize_t mps_trc_write(struct file *file, const char __user *buf,
......
...@@ -487,7 +487,7 @@ static int pn533_send_cmd_async(struct pn533 *dev, u8 cmd_code, ...@@ -487,7 +487,7 @@ static int pn533_send_cmd_async(struct pn533 *dev, u8 cmd_code,
/* /*
* pn533_send_cmd_direct_async * pn533_send_cmd_direct_async
* *
* The function sends a piority cmd directly to the chip omiting the cmd * The function sends a piority cmd directly to the chip omitting the cmd
* queue. It's intended to be used by chaining mechanism of received responses * queue. It's intended to be used by chaining mechanism of received responses
* where the host has to request every single chunk of data before scheduling * where the host has to request every single chunk of data before scheduling
* next cmd from the queue. * next cmd from the queue.
......
...@@ -1387,7 +1387,7 @@ static void fcoe_ctlr_recv_clr_vlink(struct fcoe_ctlr *fip, ...@@ -1387,7 +1387,7 @@ static void fcoe_ctlr_recv_clr_vlink(struct fcoe_ctlr *fip,
/* /*
* Actually need to subtract 'sizeof(*mp) - sizeof(*wp)' from 'rlen' * Actually need to subtract 'sizeof(*mp) - sizeof(*wp)' from 'rlen'
* before determining max Vx_Port descriptor but a buggy FCF could have * before determining max Vx_Port descriptor but a buggy FCF could have
* omited either or both MAC Address and Name Identifier descriptors * omitted either or both MAC Address and Name Identifier descriptors
*/ */
num_vlink_desc = rlen / sizeof(*vp); num_vlink_desc = rlen / sizeof(*vp);
if (num_vlink_desc) if (num_vlink_desc)
......
...@@ -706,6 +706,8 @@ occure||occurred ...@@ -706,6 +706,8 @@ occure||occurred
occured||occurred occured||occurred
occuring||occurring occuring||occurring
offet||offset offet||offset
omited||omitted
omiting||omitting
omitt||omit omitt||omit
ommiting||omitting ommiting||omitting
ommitted||omitted ommitted||omitted
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment