[PATCH] MAINTAINERS: add File entry for scripts/checktransupdate.py to DOCUMENTATION

Dongliang Mu posted 1 patch 1 month, 3 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add File entry for scripts/checktransupdate.py to DOCUMENTATION
Posted by Dongliang Mu 1 month, 3 weeks ago
As suggested by Nathan, add a File entry for scripts/checktransupdate.py
to the DOCUMENTATION section to maintain this script.

Link: https://lore.kernel.org/all/20250811212446.GA924610@ax162/

Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fe168477caa4..b7e3a8c8832e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7302,6 +7302,7 @@ P:	Documentation/doc-guide/maintainer-profile.rst
 T:	git git://git.lwn.net/linux.git docs-next
 F:	Documentation/
 F:	scripts/check-variable-fonts.sh
+F:	scripts/checktransupdate.py
 F:	scripts/documentation-file-ref-check
 F:	scripts/get_abi.py
 F:	scripts/kernel-doc*
-- 
2.43.0
Re: [PATCH] MAINTAINERS: add File entry for scripts/checktransupdate.py to DOCUMENTATION
Posted by Jonathan Corbet 1 month, 3 weeks ago
Dongliang Mu <dzm91@hust.edu.cn> writes:

> As suggested by Nathan, add a File entry for scripts/checktransupdate.py
> to the DOCUMENTATION section to maintain this script.
>
> Link: https://lore.kernel.org/all/20250811212446.GA924610@ax162/
>
> Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fe168477caa4..b7e3a8c8832e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7302,6 +7302,7 @@ P:	Documentation/doc-guide/maintainer-profile.rst
>  T:	git git://git.lwn.net/linux.git docs-next
>  F:	Documentation/
>  F:	scripts/check-variable-fonts.sh
> +F:	scripts/checktransupdate.py
>  F:	scripts/documentation-file-ref-check

Applied, thanks.

jon