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>
This commit is contained in:
parent
6b1a802839
commit
8805f23870
1 changed files with 1 additions and 1 deletions
|
@ -1758,5 +1758,5 @@ static void __exit spi_imx_exit(void)
|
|||
module_exit(spi_imx_exit);
|
||||
|
||||
MODULE_AUTHOR("Andrea Paterniani, <a.paterniani@swapp-eng.it>");
|
||||
MODULE_DESCRIPTION("iMX SPI Contoller Driver");
|
||||
MODULE_DESCRIPTION("iMX SPI Controller Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in a new issue