projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d103729
)
spi: sc18is602: Fix a typo in MODULE_DESCRIPTION
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Mon, 13 Apr 2020 15:40:43 +0000
(17:40 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 14 Apr 2020 11:39:37 +0000
(12:39 +0100)
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>
drivers/spi/spi-sc18is602.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-sc18is602.c
b/drivers/spi/spi-sc18is602.c
index 5497eeb3bf3e9166f22c1494e585a33aee3674f3..ee0f3edf49cdbdd72b050ac4d48d4a87481b01bc 100644
(file)
--- 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("SC18I
C
602/603 SPI Master Driver");
+MODULE_DESCRIPTION("SC18I
S
602/603 SPI Master Driver");
MODULE_AUTHOR("Guenter Roeck");
MODULE_LICENSE("GPL");