summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533
diff options
context:
space:
mode:
authorMasahiro Yamada2017-02-27 23:29:39 +0100
committerLinus Torvalds2017-02-28 03:43:47 +0100
commit0cf2a848efc657554cf0a9b3d8fa0039002026a9 (patch)
treec781209cee48a824ef025be1caa01d7a4c5e17ae /drivers/nfc/pn533
parentscripts/spelling.txt: add "explictely" pattern and fix typo instances (diff)
downloadkernel-qcow2-linux-0cf2a848efc657554cf0a9b3d8fa0039002026a9.tar.gz
kernel-qcow2-linux-0cf2a848efc657554cf0a9b3d8fa0039002026a9.tar.xz
kernel-qcow2-linux-0cf2a848efc657554cf0a9b3d8fa0039002026a9.zip
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.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>
Diffstat (limited to 'drivers/nfc/pn533')
-rw-r--r--drivers/nfc/pn533/pn533.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/pn533/pn533.c b/drivers/nfc/pn533/pn533.c
index d9c55830b2b2..a966c6a85ea8 100644
--- a/drivers/nfc/pn533/pn533.c
+++ b/drivers/nfc/pn533/pn533.c
@@ -487,7 +487,7 @@ static int pn533_send_cmd_async(struct pn533 *dev, u8 cmd_code,
/*
* 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
* where the host has to request every single chunk of data before scheduling
* next cmd from the queue.