diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-04-13 17:40:43 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-14 12:39:37 +0100 |
commit | 6d75145bf6b6558dea5ce3b4f83f3f66444bcac0 (patch) | |
tree | ff3f1db111983f09b012b059960d991218cab873 /drivers/spi/spi-sc18is602.c | |
parent | d103729a623abcc616364c713d88ab3710037f4a (diff) | |
download | linux-6d75145bf6b6558dea5ce3b4f83f3f66444bcac0.tar.bz2 |
spi: sc18is602: Fix a typo in MODULE_DESCRIPTION
This should be 'SC18IS602', not 'SC18IC602'
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20200413154043.23064-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-sc18is602.c')
-rw-r--r-- | drivers/spi/spi-sc18is602.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-sc18is602.c b/drivers/spi/spi-sc18is602.c index 5497eeb3bf3e..ee0f3edf49cd 100644 --- a/drivers/spi/spi-sc18is602.c +++ b/drivers/spi/spi-sc18is602.c @@ -345,6 +345,6 @@ static struct i2c_driver sc18is602_driver = { module_i2c_driver(sc18is602_driver); -MODULE_DESCRIPTION("SC18IC602/603 SPI Master Driver"); +MODULE_DESCRIPTION("SC18IS602/603 SPI Master Driver"); MODULE_AUTHOR("Guenter Roeck"); MODULE_LICENSE("GPL"); |