OSDN Git Service

iio: chemical: ccs811: Typo correction in HW_ID_VALUE constant define naming
authorRichard Lai <richard@richardman.com>
Tue, 13 Feb 2018 22:36:57 +0000 (22:36 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 17 Feb 2018 14:11:18 +0000 (14:11 +0000)
commitf0ef941a621797f31a47679f4acaa63f7e1e9a2c
treed16e7c7f46b1251178841d301d89e65db04e8560
parent1482705087b820a3b7019cc9d8a7c760b8999994
iio: chemical: ccs811: Typo correction in HW_ID_VALUE constant define naming

This particular constant was named with prefix "CCS881", which should be
"CCS811" instead, just like the rest of constant names in the file, as this
driver implementation is for AMS CCS811 sensor. "CCS881" could literally be
referring to another sensor product unrelated to AMS CCS811 sensor.

Signed-off-by: Richard Lai <richard@richardman.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/ccs811.c