MAINTAINERS: improve section MICROCHIP MCP3564 ADC DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 22 Nov 2023 07:56:29 +0000 (08:56 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 25 Nov 2023 17:23:04 +0000 (17:23 +0000)
commit6ed18323c7d0748883ad74b3f819fb156753bbc9
tree83147cfa0b5b34b58938679a151f26301dda2189
parent6543f376ec8aa90a6c1ed44b765f4f0d6c3eb1db
MAINTAINERS: improve section MICROCHIP MCP3564 ADC DRIVER

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>
Link: https://lore.kernel.org/r/20231122075629.21411-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS