Commit a23ff37b authored by Keyur Patel's avatar Keyur Patel Committed by Wolfram Sang
Browse files

i2c: smbus: Fix spelling mistake in the comments



Fix spelling mistake in the comments with help of `codespell`.
seperate ==> separate

Signed-off-by: default avatarKeyur Patel <iamkeyur96@gmail.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent a5765124
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 *
 * This file contains the SMBus functions which are always included in the I2C
 * core because they can be emulated via I2C. SMBus specific extensions
 * (e.g. smbalert) are handled in a seperate i2c-smbus module.
 * (e.g. smbalert) are handled in a separate i2c-smbus module.
 *
 * All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl>
 * SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and