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.

spi_bfin5xx: fix typo in description

Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Will Newton and committed by
Linus Torvalds
6b1a8028 037cdafe

+1 -1
+1 -1
drivers/spi/spi_bfin5xx.c
··· 54 54 55 55 #define DRV_NAME "bfin-spi" 56 56 #define DRV_AUTHOR "Bryan Wu, Luke Yang" 57 - #define DRV_DESC "Blackfin BF5xx on-chip SPI Contoller Driver" 57 + #define DRV_DESC "Blackfin BF5xx on-chip SPI Controller Driver" 58 58 #define DRV_VERSION "1.0" 59 59 60 60 MODULE_AUTHOR(DRV_AUTHOR);