* [PATCH] MAINTAINERS: improve section MICROCHIP MCP3564 ADC DRIVER
@ 2023-11-22 7:56 Lukas Bulwahn
2023-11-25 17:23 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2023-11-22 7:56 UTC (permalink / raw)
To: Marius Cristea, Jonathan Cameron, Lars-Peter Clausen, linux-iio
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Commit 33ec3e5fc1ea ("iio: adc: adding support for MCP3564 ADC") adds a new
iio driver and corresponding MAINTAINERS section. It however uses spaces
instead of a single tab for all the entries in that MAINTAINERS section.
Although, the get_maintainer.pl script handles spaces instead of tabs
silently, the MAINTAINERS will quickly get into a messy state with
different indentations throughout the file. So, the checkpatch.pl script
complains when spaces instead of a single tab are used.
Fix this recently added section using tabs instead of spaces.
Further, add the driver's ABI documentation file to this section as well.
Fixes: 33ec3e5fc1ea ("iio: adc: adding support for MCP3564 ADC")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
MAINTAINERS | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 04c6fcbb21aa..c74ec0681aa1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14213,11 +14213,12 @@ F: Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
F: drivers/regulator/mcp16502.c
MICROCHIP MCP3564 ADC DRIVER
-M: Marius Cristea <marius.cristea@microchip.com>
-L: linux-iio@vger.kernel.org
-S: Supported
-F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
-F: drivers/iio/adc/mcp3564.c
+M: Marius Cristea <marius.cristea@microchip.com>
+L: linux-iio@vger.kernel.org
+S: Supported
+F: Documentation/ABI/testing/sysfs-bus-iio-adc-mcp3564
+F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
+F: drivers/iio/adc/mcp3564.c
MICROCHIP MCP3911 ADC DRIVER
M: Marcus Folkesson <marcus.folkesson@gmail.com>
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MAINTAINERS: improve section MICROCHIP MCP3564 ADC DRIVER
2023-11-22 7:56 [PATCH] MAINTAINERS: improve section MICROCHIP MCP3564 ADC DRIVER Lukas Bulwahn
@ 2023-11-25 17:23 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2023-11-25 17:23 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Marius Cristea, Lars-Peter Clausen, linux-iio, kernel-janitors,
linux-kernel
On Wed, 22 Nov 2023 08:56:29 +0100
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
> Commit 33ec3e5fc1ea ("iio: adc: adding support for MCP3564 ADC") adds a new
> iio driver and corresponding MAINTAINERS section. It however uses spaces
> instead of a single tab for all the entries in that MAINTAINERS section.
>
> Although, the get_maintainer.pl script handles spaces instead of tabs
> silently, the MAINTAINERS will quickly get into a messy state with
> different indentations throughout the file. So, the checkpatch.pl script
> complains when spaces instead of a single tab are used.
>
> Fix this recently added section using tabs instead of spaces.
> Further, add the driver's ABI documentation file to this section as well.
>
> Fixes: 33ec3e5fc1ea ("iio: adc: adding support for MCP3564 ADC")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Good to cleanup, but I'm guessing no super rush to do so and this can wait for
next merge window.
As such, applied to the togreg branch of iio.git and initially pushed out
as testing for 0-day to ignore this one.
Jonathan
> ---
> MAINTAINERS | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 04c6fcbb21aa..c74ec0681aa1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14213,11 +14213,12 @@ F: Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
> F: drivers/regulator/mcp16502.c
>
> MICROCHIP MCP3564 ADC DRIVER
> -M: Marius Cristea <marius.cristea@microchip.com>
> -L: linux-iio@vger.kernel.org
> -S: Supported
> -F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
> -F: drivers/iio/adc/mcp3564.c
> +M: Marius Cristea <marius.cristea@microchip.com>
> +L: linux-iio@vger.kernel.org
> +S: Supported
> +F: Documentation/ABI/testing/sysfs-bus-iio-adc-mcp3564
> +F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
> +F: drivers/iio/adc/mcp3564.c
>
> MICROCHIP MCP3911 ADC DRIVER
> M: Marcus Folkesson <marcus.folkesson@gmail.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-25 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 7:56 [PATCH] MAINTAINERS: improve section MICROCHIP MCP3564 ADC DRIVER Lukas Bulwahn
2023-11-25 17:23 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).