diff options
author | Will Newton <will.newton@gmail.com> | 2007-12-10 15:49:26 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-10 19:43:55 -0800 |
commit | 6b1a80283908e463cbf1d96d48d7b989af0f2b2f (patch) | |
tree | d4100e4271edb7d4c0ef544505d3ceade870dbe1 /drivers/spi | |
parent | 037cdafe42c775020e7b0e8a16ff8f52233df4c7 (diff) | |
download | linux-stable-6b1a80283908e463cbf1d96d48d7b989af0f2b2f.tar.gz linux-stable-6b1a80283908e463cbf1d96d48d7b989af0f2b2f.tar.bz2 linux-stable-6b1a80283908e463cbf1d96d48d7b989af0f2b2f.zip |
spi_bfin5xx: 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/spi_bfin5xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_bfin5xx.c b/drivers/spi/spi_bfin5xx.c index 22697b812205..7ef39a6e8c06 100644 --- a/drivers/spi/spi_bfin5xx.c +++ b/drivers/spi/spi_bfin5xx.c @@ -54,7 +54,7 @@ #define DRV_NAME "bfin-spi" #define DRV_AUTHOR "Bryan Wu, Luke Yang" -#define DRV_DESC "Blackfin BF5xx on-chip SPI Contoller Driver" +#define DRV_DESC "Blackfin BF5xx on-chip SPI Controller Driver" #define DRV_VERSION "1.0" MODULE_AUTHOR(DRV_AUTHOR); |