Skip to content

Commit a23ff37

Browse files
iamkeyurwsakernel
authored andcommitted
i2c: smbus: Fix spelling mistake in the comments
Fix spelling mistake in the comments with help of `codespell`. seperate ==> separate Signed-off-by: Keyur Patel <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent a576512 commit a23ff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/i2c-core-smbus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* This file contains the SMBus functions which are always included in the I2C
66
* core because they can be emulated via I2C. SMBus specific extensions
7-
* (e.g. smbalert) are handled in a seperate i2c-smbus module.
7+
* (e.g. smbalert) are handled in a separate i2c-smbus module.
88
*
99
* All SMBus-related things are written by Frodo Looijaard <[email protected]>
1010
* SMBus 2.0 support by Mark Studebaker <[email protected]> and

0 commit comments

Comments
 (0)