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_imx: 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
8805f238 6b1a8028

+1 -1
+1 -1
drivers/spi/spi_imx.c
··· 1758 1758 module_exit(spi_imx_exit); 1759 1759 1760 1760 MODULE_AUTHOR("Andrea Paterniani, <a.paterniani@swapp-eng.it>"); 1761 - MODULE_DESCRIPTION("iMX SPI Contoller Driver"); 1761 + MODULE_DESCRIPTION("iMX SPI Controller Driver"); 1762 1762 MODULE_LICENSE("GPL");