Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: core: fix typo in comment

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

authored by

Shailendra Verma and committed by
Wolfram Sang
95cc1e3d b2ed11e2

+1 -1
+1 -1
drivers/i2c/i2c-core.c
··· 1673 1673 * FIXME: This is old code and should ideally be replaced by an 1674 1674 * alternative which results in decoupling the lifetime of the struct 1675 1675 * device from the i2c_adapter, like spi or netdev do. Any solution 1676 - * should be throughly tested with DEBUG_KOBJECT_RELEASE enabled! 1676 + * should be thoroughly tested with DEBUG_KOBJECT_RELEASE enabled! 1677 1677 */ 1678 1678 init_completion(&adap->dev_released); 1679 1679 device_unregister(&adap->dev);