2020-11-08 01:41:06

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Fix 'W:' prefix in Invensense IMU entry

The colon is missing, which can confuse scripts/parse-maintainers.pl.

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e73636b75f29d..80defad325f31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9160,7 +9160,7 @@ INVENSENSE ICM-426xx IMU DRIVER
M: Jean-Baptiste Maneyrol <[email protected]>
L: [email protected]
S: Maintained
-W https://invensense.tdk.com/
+W: https://invensense.tdk.com/
F: Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml
F: drivers/iio/imu/inv_icm42600/

--
2.28.0


2020-11-08 15:07:06

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix 'W:' prefix in Invensense IMU entry

On Sun, 8 Nov 2020 02:37:38 +0100
Jonathan Neuschäfer <[email protected]> wrote:

> The colon is missing, which can confuse scripts/parse-maintainers.pl.
>
> Signed-off-by: Jonathan Neuschäfer <[email protected]>
Applied.

Thanks,

Jonathan

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e73636b75f29d..80defad325f31 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9160,7 +9160,7 @@ INVENSENSE ICM-426xx IMU DRIVER
> M: Jean-Baptiste Maneyrol <[email protected]>
> L: [email protected]
> S: Maintained
> -W https://invensense.tdk.com/
> +W: https://invensense.tdk.com/
> F: Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml
> F: drivers/iio/imu/inv_icm42600/
>
> --
> 2.28.0
>