linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section
@ 2022-01-04 15:44 Lukas Bulwahn
  2022-01-05  1:16 ` Guenter Roeck
  2022-01-05  9:42 ` Wim Van Sebroeck
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-01-04 15:44 UTC (permalink / raw)
  To: Sander Vanheule, Wim Van Sebroeck, Guenter Roeck, linux-watchdog
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

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 <lukas.bulwahn@gmail.com>
---
 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 <sander@svanheule.net>
 L:	linux-watchdog@vger.kernel.org
 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 <linus.walleij@linaro.org>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section
  2022-01-04 15:44 [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section Lukas Bulwahn
@ 2022-01-05  1:16 ` Guenter Roeck
  2022-01-05  9:42 ` Wim Van Sebroeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2022-01-05  1:16 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Sander Vanheule, Wim Van Sebroeck, linux-watchdog,
	kernel-janitors, linux-kernel

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 <lukas.bulwahn@gmail.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  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 <sander@svanheule.net>
>  L:	linux-watchdog@vger.kernel.org
>  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 <linus.walleij@linaro.org>
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section
  2022-01-04 15:44 [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section Lukas Bulwahn
  2022-01-05  1:16 ` Guenter Roeck
@ 2022-01-05  9:42 ` Wim Van Sebroeck
  1 sibling, 0 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2022-01-05  9:42 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Sander Vanheule, Wim Van Sebroeck, Guenter Roeck, linux-watchdog,
	kernel-janitors, linux-kernel

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 <lukas.bulwahn@gmail.com>
> ---
>  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 <sander@svanheule.net>
>  L:	linux-watchdog@vger.kernel.org
>  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 <linus.walleij@linaro.org>
> -- 
> 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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-05 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-04 15:44 [PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section Lukas Bulwahn
2022-01-05  1:16 ` Guenter Roeck
2022-01-05  9:42 ` Wim Van Sebroeck

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).