X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fi2c%2Fi2c-smbus.c;fp=kernel%2Fdrivers%2Fi2c%2Fi2c-smbus.c;h=94765a81970d8c28e02b2bc363fac9c29e7d649e;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=9ebf9cb4ad7a90579e879a5b586bdf3e0c75c4cb;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/i2c/i2c-smbus.c b/kernel/drivers/i2c/i2c-smbus.c index 9ebf9cb4a..94765a819 100644 --- a/kernel/drivers/i2c/i2c-smbus.c +++ b/kernel/drivers/i2c/i2c-smbus.c @@ -89,7 +89,7 @@ static void smbus_alert(struct work_struct *work) * to high, because of slave transmit arbitration. After * responding, an SMBus device stops asserting SMBALERT#. * - * Note that SMBus 2.0 reserves 10-bit addresess for future + * Note that SMBus 2.0 reserves 10-bit addresses for future * use. We neither handle them, nor try to use PEC here. */ status = i2c_smbus_read_byte(ara);