aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeyur Patel <iamkeyur96@gmail.com>2020-06-12 17:26:35 -0400
committerWolfram Sang <wsa@kernel.org>2020-06-19 10:09:16 +0200
commita23ff37b32c7e682b42feab651c83a18c34e75eb (patch)
tree0d3285607c373be2b7b2776d710b0d5c4f9a6f6a
parenta5765124e697e67df01420f9ed8f9a851097d680 (diff)
downloadlinux-uniphier-a23ff37b32c7e682b42feab651c83a18c34e75eb.tar.gz
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>
-rw-r--r--drivers/i2c/i2c-core-smbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/i2c-core-smbus.c b/drivers/i2c/i2c-core-smbus.c
index b34d2ff0693188..56bb840142e3f8 100644
--- a/drivers/i2c/i2c-core-smbus.c
+++ b/drivers/i2c/i2c-core-smbus.c
@@ -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