[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200612212635.177380-1-iamkeyur96@gmail.com>
Date: Fri, 12 Jun 2020 17:26:35 -0400
From: Keyur Patel <iamkeyur96@...il.com>
To: Wolfram Sang <wsa@...nel.org>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Keyur Patel <iamkeyur96@...il.com>
Subject: [PATCH] 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@...il.com>
---
drivers/i2c/i2c-core-smbus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/i2c-core-smbus.c b/drivers/i2c/i2c-core-smbus.c
index b34d2ff06931..56bb840142e3 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@....nl>
* SMBus 2.0 support by Mark Studebaker <mdsxyz123@...oo.com> and
--
2.26.2
Powered by blists - more mailing lists