2022-01-04 15:45:01

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section

Commit 489119bf75e6 ("watchdog: Add Realtek Otto watchdog timer") adds the
REALTEK OTTO WATCHDOG section in MAINTAINERS and one file entry refers to
driver/watchdog/realtek_otto_wdt.c. The actual top-level directory name is
drivers, not driver, though.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

warning: no file matches F: driver/watchdog/realtek_otto_wdt.c

Remove this obvious typo in the file entry.

Fixes: 489119bf75e6 ("watchdog: Add Realtek Otto watchdog timer")
Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f7bf491409cf..b4fcc2bb7c54 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16307,7 +16307,7 @@ M: Sander Vanheule <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml
-F: driver/watchdog/realtek_otto_wdt.c
+F: drivers/watchdog/realtek_otto_wdt.c

REALTEK RTL83xx SMI DSA ROUTER CHIPS
M: Linus Walleij <[email protected]>
--
2.17.1



2022-01-05 01:16:56

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section

On Tue, Jan 04, 2022 at 04:44:14PM +0100, Lukas Bulwahn wrote:
> Commit 489119bf75e6 ("watchdog: Add Realtek Otto watchdog timer") adds the
> REALTEK OTTO WATCHDOG section in MAINTAINERS and one file entry refers to
> driver/watchdog/realtek_otto_wdt.c. The actual top-level directory name is
> drivers, not driver, though.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: driver/watchdog/realtek_otto_wdt.c
>
> Remove this obvious typo in the file entry.
>
> Fixes: 489119bf75e6 ("watchdog: Add Realtek Otto watchdog timer")
> Signed-off-by: Lukas Bulwahn <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f7bf491409cf..b4fcc2bb7c54 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16307,7 +16307,7 @@ M: Sander Vanheule <[email protected]>
> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml
> -F: driver/watchdog/realtek_otto_wdt.c
> +F: drivers/watchdog/realtek_otto_wdt.c
>
> REALTEK RTL83xx SMI DSA ROUTER CHIPS
> M: Linus Walleij <[email protected]>
> --
> 2.17.1
>

2022-01-05 11:20:02

by Wim Van Sebroeck

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section

Hi Lukas,

> Commit 489119bf75e6 ("watchdog: Add Realtek Otto watchdog timer") adds the
> REALTEK OTTO WATCHDOG section in MAINTAINERS and one file entry refers to
> driver/watchdog/realtek_otto_wdt.c. The actual top-level directory name is
> drivers, not driver, though.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: driver/watchdog/realtek_otto_wdt.c
>
> Remove this obvious typo in the file entry.
>
> Fixes: 489119bf75e6 ("watchdog: Add Realtek Otto watchdog timer")
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f7bf491409cf..b4fcc2bb7c54 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16307,7 +16307,7 @@ M: Sander Vanheule <[email protected]>
> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml
> -F: driver/watchdog/realtek_otto_wdt.c
> +F: drivers/watchdog/realtek_otto_wdt.c
>
> REALTEK RTL83xx SMI DSA ROUTER CHIPS
> M: Linus Walleij <[email protected]>
> --
> 2.17.1
>

Since I had to do some other changes on the tree, I changed it directly in the original patch.

Kind regards,
Wim.