]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pic32: fix spelling mistakes on macro names
authorColin Ian King <colin.king@canonical.com>
Mon, 24 Jul 2017 21:44:45 +0000 (22:44 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 26 Jul 2017 12:04:21 +0000 (13:04 +0100)
commit3b99a4326f2c79f21ea9ecd005ed276a0c36da02
tree1f235652530a99eae7bcfd5f040defbe42219e0b
parent9238ecfbaaeffcf7977c2776af9c57c0a4a878ed
spi: pic32: fix spelling mistakes on macro names

Trivial fix to spelling mistakes macros; fix EMPTY spellings:
RX_FIFO_EMTPY -> RX_FIFO_EMPTY
TX_FIFO_EMTPY -> TX_FIFO_EMPTY

Note that there are no other occurrances of these macros in the
source.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pic32.c