iio: proximity: sx9500: Fix a spelling postive to positive
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 10 Feb 2021 08:57:04 +0000 (14:27 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 11 Mar 2021 20:47:00 +0000 (20:47 +0000)
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>
drivers/iio/proximity/sx9500.c

index acb821cbad46ffdcee84ccf73249c0b8d81a7b06..67353d33af94ba0d49d73f1637138d1c30aa1f97 100644 (file)
@@ -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,
        },