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:
Bhaskar Chowdhury 2021-02-10 14:27:04 +05:30 committed by Jonathan Cameron
parent 30132fe466
commit a04e3db514
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ static const struct sx9500_reg_default sx9500_default_regs[] = {
.reg = SX9500_REG_PROX_CTRL5, .reg = SX9500_REG_PROX_CTRL5,
/* /*
* Debouncer off, lowest average negative filter, * Debouncer off, lowest average negative filter,
* highest average postive filter. * highest average positive filter.
*/ */
.def = 0x0f, .def = 0x0f,
}, },