Re: [PATCH] docs/zh_CN: Update dev-tools/index.rst

From: Jonathan Corbet
Date: Wed Jun 12 2024 - 17:13:16 EST


Dongliang Mu <dzm91@xxxxxxxxxxx> writes:

> Update to commit 8c88bc5b489e ("docs: dev-tools: Add UAPI checker
> documentation")
>
> Signed-off-by: Dongliang Mu <dzm91@xxxxxxxxxxx>
> ---
> Documentation/translations/zh_CN/dev-tools/index.rst | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/zh_CN/dev-tools/index.rst b/Documentation/translations/zh_CN/dev-tools/index.rst
> index fa900f5beb68..c540e4a7d5db 100644
> --- a/Documentation/translations/zh_CN/dev-tools/index.rst
> +++ b/Documentation/translations/zh_CN/dev-tools/index.rst
> @@ -20,18 +20,22 @@ Documentation/translations/zh_CN/dev-tools/testing-overview.rst
>
> testing-overview
> sparse
> + kcov
> gcov
> kasan
> - kcov
> ubsan
> kmemleak
> gdb-kernel-debugging
>
> Todolist:
>
> + - checkpatch
> - coccinelle
> + - kmsan
> - kcsan
> - kfence
> - kgdb
> - kselftest
> - kunit/index
> + - ktap
> + - checkuapi

So I have to say that the changelog here is not particularly helpful.
You have *not* updated the translation to that commit, so it doesn't
seem like you should say that you did. "Add several newish documents to
the todo list" is appropriate for something like this.

I've applied the patch, but with the changed commit message.

Thanks,

jon