From: Will Newton Date: Mon, 10 Dec 2007 23:49:25 +0000 (-0800) Subject: pxa2xx_spi: fix typo in description X-Git-Tag: v2.6.24-rc5~12 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=037cdafe42c775020e7b0e8a16ff8f52233df4c7;p=~shefty%2Frdma-dev.git pxa2xx_spi: fix typo in description Signed-off-by: Will Newton Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c index 5f3d808cbc2..1c2ab541d37 100644 --- a/drivers/spi/pxa2xx_spi.c +++ b/drivers/spi/pxa2xx_spi.c @@ -39,7 +39,7 @@ #include MODULE_AUTHOR("Stephen Street"); -MODULE_DESCRIPTION("PXA2xx SSP SPI Contoller"); +MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); MODULE_LICENSE("GPL"); #define MAX_BUSES 3