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

i2c: smbus: fix typo in commet

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
edc9102a 0e6dd6a2

+1 -1
+1 -1
drivers/i2c/i2c-smbus.c
··· 89 89 * to high, because of slave transmit arbitration. After 90 90 * responding, an SMBus device stops asserting SMBALERT#. 91 91 * 92 - * Note that SMBus 2.0 reserves 10-bit addresess for future 92 + * Note that SMBus 2.0 reserves 10-bit addresses for future 93 93 * use. We neither handle them, nor try to use PEC here. 94 94 */ 95 95 status = i2c_smbus_read_byte(ara);