linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 11/11] i2c-core: Fix typo in comment
@ 2015-05-18 16:54 Shailendra Verma
  2015-05-19  4:48 ` Sudip Mukherjee
  2015-05-31 23:43 ` Wolfram Sang
  0 siblings, 2 replies; 6+ messages in thread
From: Shailendra Verma @ 2015-05-18 16:54 UTC (permalink / raw)
  To: Wolfram Sang, linux-i2c; +Cc: linux-kernel, Shailendra Verma


Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 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 987c124..c40141b 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);
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-31 23:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 16:54 [PATCH 11/11] i2c-core: Fix typo in comment Shailendra Verma
2015-05-19  4:48 ` Sudip Mukherjee
     [not found]   ` <CA+tKcn8exGWjb5Ttr9fMtKhSA_NKf2umZs5JDtC+uTfLKc9fAA@mail.gmail.com>
2015-05-19  5:55     ` Sudip Mukherjee
2015-05-19  6:20       ` Wolfram Sang
2015-05-19  6:50         ` Sudip Mukherjee
2015-05-31 23:43 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).