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

Configure Feed

Select the types of activity you want to include in your feed.

nfc: fix typo

change 'regster' to 'register'

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Acked-by: Mark Greer <mgreer@animalcreek.com>
Link: https://lore.kernel.org/r/20210123082550.3748-1-samirweng1979@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

wengjianfeng and committed by
Jakub Kicinski
02c26940 afe197f4

+1 -1
+1 -1
drivers/nfc/trf7970a.c
··· 169 169 170 170 /* Bits determining whether its a direct command or register R/W, 171 171 * whether to use a continuous SPI transaction or not, and the actual 172 - * direct cmd opcode or regster address. 172 + * direct cmd opcode or register address. 173 173 */ 174 174 #define TRF7970A_CMD_BIT_CTRL BIT(7) 175 175 #define TRF7970A_CMD_BIT_RW BIT(6)