From: Will Newton Date: Mon, 10 Dec 2007 23:49:25 +0000 (-0800) Subject: pxa2xx_spi: fix typo in description X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=037cdafe42c775020e7b0e8a16ff8f52233df4c7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 5f3d808cbc29..1c2ab541d37d 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