Skip to content

Commit 6d75145

Browse files
tititiou36broonie
authored andcommitted
spi: sc18is602: Fix a typo in MODULE_DESCRIPTION
This should be 'SC18IS602', not 'SC18IC602' Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent d103729 commit 6d75145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-sc18is602.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,6 @@ static struct i2c_driver sc18is602_driver = {
345345

346346
module_i2c_driver(sc18is602_driver);
347347

348-
MODULE_DESCRIPTION("SC18IC602/603 SPI Master Driver");
348+
MODULE_DESCRIPTION("SC18IS602/603 SPI Master Driver");
349349
MODULE_AUTHOR("Guenter Roeck");
350350
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)