diff options
author | Will Newton <will.newton@gmail.com> | 2007-12-10 15:49:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-10 19:43:54 -0800 |
commit | 037cdafe42c775020e7b0e8a16ff8f52233df4c7 (patch) | |
tree | 5afb3eff3fd2ec75f1dd40082b86771a357c7d32 /drivers/spi | |
parent | da7ce6e2feb8e5b3ac3c1c365937c7ab009c76a2 (diff) | |
download | op-kernel-dev-037cdafe42c775020e7b0e8a16ff8f52233df4c7.zip op-kernel-dev-037cdafe42c775020e7b0e8a16ff8f52233df4c7.tar.gz |
pxa2xx_spi: 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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/pxa2xx_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c index 5f3d808..1c2ab54 100644 --- a/drivers/spi/pxa2xx_spi.c +++ b/drivers/spi/pxa2xx_spi.c @@ -39,7 +39,7 @@ #include <asm/arch/pxa2xx_spi.h> MODULE_AUTHOR("Stephen Street"); -MODULE_DESCRIPTION("PXA2xx SSP SPI Contoller"); +MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); MODULE_LICENSE("GPL"); #define MAX_BUSES 3 |