diff mbox series

MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS

Message ID CAO=gReHuuwB6mBZAXpYHGk9XsWE8e8+U3T9e6iqCXYQMcjZZVg@mail.gmail.com (mailing list archive)
State Superseded
Headers show
Series MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS | expand

Commit Message

Amit Dhingra Oct. 26, 2023, 8:33 a.m. UTC
Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
updates the MAINTAINERS file. However the files listed do not exist.
These presumably come from commit 38416c28e168 ("iio: light: Add
gain-time-scale helpers")

Fix the entries.

Found by ./scripts/get_maintainer.pl --self-test=patterns

Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Matti Vaittinen Oct. 26, 2023, 9:56 a.m. UTC | #1
On 10/26/23 11:33, Amit Dhingra wrote:
> Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
> updates the MAINTAINERS file. However the files listed do not exist.
> These presumably come from commit 38416c28e168 ("iio: light: Add
> gain-time-scale helpers")
> 
> Fix the entries.
> 
> Found by ./scripts/get_maintainer.pl --self-test=patterns
> 
> Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
> ---
>   MAINTAINERS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a493d96ffd85..6dd44ec48886 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10287,8 +10287,8 @@ IIO LIGHT SENSOR GAIN-TIME-SCALE HELPERS
>   M:	Matti Vaittinen <mazziesaccount@gmail.com>
>   L:	linux-iio@vger.kernel.org
>   S:	Maintained
> -F:	drivers/iio/light/gain-time-scale-helper.c
> -F:	drivers/iio/light/gain-time-scale-helper.h
> +F:	drivers/iio/industrialio-gts-helper.c
> +F:	include/linux/iio/iio-gts-helper.h

Thanks a lot Amit!
Seems like the very old file names were left in here.

Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>

> 
>   IIO MULTIPLEXER
>   M:	Peter Rosin <peda@axentia.se>
Matti Vaittinen Oct. 26, 2023, 9:59 a.m. UTC | #2
On 10/26/23 12:56, Matti Vaittinen wrote:
> On 10/26/23 11:33, Amit Dhingra wrote:
>> Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
>> updates the MAINTAINERS file. However the files listed do not exist.
>> These presumably come from commit 38416c28e168 ("iio: light: Add
>> gain-time-scale helpers")
>>
>> Fix the entries.
>>
>> Found by ./scripts/get_maintainer.pl --self-test=patterns
>>
>> Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
>> ---
>>   MAINTAINERS | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index a493d96ffd85..6dd44ec48886 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10287,8 +10287,8 @@ IIO LIGHT SENSOR GAIN-TIME-SCALE HELPERS
>>   M:    Matti Vaittinen <mazziesaccount@gmail.com>
>>   L:    linux-iio@vger.kernel.org
>>   S:    Maintained
>> -F:    drivers/iio/light/gain-time-scale-helper.c
>> -F:    drivers/iio/light/gain-time-scale-helper.h
>> +F:    drivers/iio/industrialio-gts-helper.c
>> +F:    include/linux/iio/iio-gts-helper.h
> 
> Thanks a lot Amit!
> Seems like the very old file names were left in here.
> 
> Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>

Maybe we should add:
Fixes: ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers")
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index a493d96ffd85..6dd44ec48886 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10287,8 +10287,8 @@  IIO LIGHT SENSOR GAIN-TIME-SCALE HELPERS
 M:	Matti Vaittinen <mazziesaccount@gmail.com>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
-F:	drivers/iio/light/gain-time-scale-helper.c
-F:	drivers/iio/light/gain-time-scale-helper.h
+F:	drivers/iio/industrialio-gts-helper.c
+F:	include/linux/iio/iio-gts-helper.h

 IIO MULTIPLEXER
 M:	Peter Rosin <peda@axentia.se>