summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
diff options
context:
space:
mode:
authorShailendra Verma2015-05-18 18:54:01 +0200
committerWolfram Sang2015-06-01 01:41:13 +0200
commit95cc1e3d76398c4e8003dafe652285e43be90ee7 (patch)
treeafe32927dfdc6ad7a01a5cf7cef4d56809053515 /drivers/i2c/i2c-core.c
parentI2C: mediatek: Add driver for MediaTek MT8173 I2C controller (diff)
downloadkernel-qcow2-linux-95cc1e3d76398c4e8003dafe652285e43be90ee7.tar.gz
kernel-qcow2-linux-95cc1e3d76398c4e8003dafe652285e43be90ee7.tar.xz
kernel-qcow2-linux-95cc1e3d76398c4e8003dafe652285e43be90ee7.zip
i2c: core: fix typo in comment
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/i2c-core.c')
-rw-r--r--drivers/i2c/i2c-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
index b8f11b82485c..c007d3929da5 100644
--- a/drivers/i2c/i2c-core.c
+++ b/drivers/i2c/i2c-core.c
@@ -1673,7 +1673,7 @@ void i2c_del_adapter(struct i2c_adapter *adap)
* FIXME: This is old code and should ideally be replaced by an
* alternative which results in decoupling the lifetime of the struct
* device from the i2c_adapter, like spi or netdev do. Any solution
- * should be throughly tested with DEBUG_KOBJECT_RELEASE enabled!
+ * should be thoroughly tested with DEBUG_KOBJECT_RELEASE enabled!
*/
init_completion(&adap->dev_released);
device_unregister(&adap->dev);