mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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 <iamkeyur96@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
parent
a5765124e6
commit
a23ff37b32
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* This file contains the SMBus functions which are always included in the I2C
|
* This file contains the SMBus functions which are always included in the I2C
|
||||||
* core because they can be emulated via I2C. SMBus specific extensions
|
* 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>
|
* All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl>
|
||||||
* SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and
|
* SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue