提交 d6adfd37 编写于 作者: W wengjianfeng 提交者: Jakub Kicinski

nfc: pn533: Fix typo issue

change 'piority' to 'priority'
change 'succesfult' to 'successful'
Signed-off-by: Nwengjianfeng <wengjianfeng@yulong.com>
Link: https://lore.kernel.org/r/20210203093842.11180-1-samirweng1979@163.comSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 ccdafd22
...@@ -513,7 +513,7 @@ static int pn533_send_cmd_async(struct pn533 *dev, u8 cmd_code, ...@@ -513,7 +513,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 omitting the cmd * The function sends a priority 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.
...@@ -615,7 +615,7 @@ static int pn533_send_sync_complete(struct pn533 *dev, void *_arg, ...@@ -615,7 +615,7 @@ static int pn533_send_sync_complete(struct pn533 *dev, void *_arg,
* as it's been already freed at the beginning of RX path by * as it's been already freed at the beginning of RX path by
* async_complete_cb. * async_complete_cb.
* *
* 3. valid pointer in case of succesfult RX path * 3. valid pointer in case of successful RX path
* *
* A caller has to check a return value with IS_ERR macro. If the test pass, * A caller has to check a return value with IS_ERR macro. If the test pass,
* the returned pointer is valid. * the returned pointer is valid.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册