Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nfc: pn533: Fix typo issue

change 'piority' to 'priority'
change 'succesfult' to 'successful'

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Link: https://lore.kernel.org/r/20210203093842.11180-1-samirweng1979@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

wengjianfeng and committed by
Jakub Kicinski
d6adfd37 ccdafd22

+2 -2
+2 -2
drivers/nfc/pn533/pn533.c
··· 513 513 /* 514 514 * pn533_send_cmd_direct_async 515 515 * 516 - * The function sends a piority cmd directly to the chip omitting the cmd 516 + * The function sends a priority cmd directly to the chip omitting the cmd 517 517 * queue. It's intended to be used by chaining mechanism of received responses 518 518 * where the host has to request every single chunk of data before scheduling 519 519 * next cmd from the queue. ··· 615 615 * as it's been already freed at the beginning of RX path by 616 616 * async_complete_cb. 617 617 * 618 - * 3. valid pointer in case of succesfult RX path 618 + * 3. valid pointer in case of successful RX path 619 619 * 620 620 * A caller has to check a return value with IS_ERR macro. If the test pass, 621 621 * the returned pointer is valid.