diff options
author | Jonathan Neuschäfer <[email protected]> | 2020-11-08 02:37:38 +0100 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2020-11-08 15:01:35 +0000 |
commit | 397f45ed26c5dad70426ab372c250c8b903c996d (patch) | |
tree | 78a69f35448226d53b77f577bf77b4bfb81e02bc | |
parent | a3c089b9cf277304497522f231c2c03f7f8bb2fd (diff) |
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]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c54ab0218122..913b5eb64e44 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9056,7 +9056,7 @@ INVENSENSE ICM-426xx IMU DRIVER M: Jean-Baptiste Maneyrol <[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/ |