[linux-yocto] [PATCH 05/19] i2c: core: fix typo in comment

Saul Wold sgw at linux.intel.com
Mon Feb 8 14:10:14 PST 2016


From: Shailendra Verma <shailendra.capricorn at gmail.com>

commit 891e1f106f375232431587baa8a72e2be39a845a upstream.

Signed-off-by: Shailendra Verma <shailendra.capricorn at gmail.com>
Signed-off-by: Wolfram Sang <wsa at the-dreams.de>
(cherry picked from commit 95cc1e3d76398c4e8003dafe652285e43be90ee7)
---
 drivers/i2c/i2c-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
index bfd8e1c..eefb200 100644
--- a/drivers/i2c/i2c-core.c
+++ b/drivers/i2c/i2c-core.c
@@ -1677,7 +1677,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);
-- 
2.5.0



More information about the linux-yocto mailing list