diff options
author | Daniel Campello <campello@chromium.org> | 2020-08-04 01:58:09 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-09-03 20:40:42 +0200 |
commit | 124cbc339cabde29a0a4d2b9c51c5068884145b0 (patch) | |
tree | 5f0f8b6fb51ea8edb7386800f6608103da05052a /drivers/iio/proximity | |
parent | iio: sx9310: Use regmap_read_poll_timeout() for compensation (diff) | |
download | linux-124cbc339cabde29a0a4d2b9c51c5068884145b0.tar.xz linux-124cbc339cabde29a0a4d2b9c51c5068884145b0.zip |
iio: sx9310: Update copyright
Fixes wrong copyright year.
Signed-off-by: Daniel Campello <campello@chromium.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/proximity')
-rw-r--r-- | drivers/iio/proximity/sx9310.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/proximity/sx9310.c b/drivers/iio/proximity/sx9310.c index dd04aaf66d31..419f47a2fbd5 100644 --- a/drivers/iio/proximity/sx9310.c +++ b/drivers/iio/proximity/sx9310.c @@ -6,8 +6,8 @@ * Based on SX9500 driver and Semtech driver using the input framework * <https://my.syncplicity.com/share/teouwsim8niiaud/ * linux-driver-SX9310_NoSmartHSensing>. - * Reworked April 2019 by Evan Green <evgreen@chromium.org> - * and January 2020 by Daniel Campello <campello@chromium.org> + * Reworked in April 2019 by Evan Green <evgreen@chromium.org> + * and in January 2020 by Daniel Campello <campello@chromium.org>. */ #include <linux/acpi.h> |