mirror of https://gitee.com/openkylin/linux.git
iio: proximity: sx9500: Fix a spelling postive to positive
s/postive/positive/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20210210085704.1228068-1-unixbhaskar@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
30132fe466
commit
a04e3db514
|
@ -758,7 +758,7 @@ static const struct sx9500_reg_default sx9500_default_regs[] = {
|
|||
.reg = SX9500_REG_PROX_CTRL5,
|
||||
/*
|
||||
* Debouncer off, lowest average negative filter,
|
||||
* highest average postive filter.
|
||||
* highest average positive filter.
|
||||
*/
|
||||
.def = 0x0f,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue