2023-08-11 16:28:30

by Min-Hua Chen

[permalink] [raw]
Subject: [PATCH 1/2] docs: sparse: move TW sparse.txt to TW dev-tools

Follow Randy's advice [1] to move
Documentation/translations/zh_TW/sparse.txt
to
Documentation/translations/zh_TW/dev-tools/sparse.txt

[1] https://lore.kernel.org/lkml/[email protected]/

Cc: Randy Dunlap <[email protected]>
Signed-off-by: Min-Hua Chen <[email protected]>
---
Documentation/translations/zh_TW/{ => dev-tools}/sparse.txt | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename Documentation/translations/zh_TW/{ => dev-tools}/sparse.txt (100%)

diff --git a/Documentation/translations/zh_TW/sparse.txt b/Documentation/translations/zh_TW/dev-tools/sparse.txt
similarity index 100%
rename from Documentation/translations/zh_TW/sparse.txt
rename to Documentation/translations/zh_TW/dev-tools/sparse.txt
--
2.34.1



2023-08-11 17:41:26

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH 1/2] docs: sparse: move TW sparse.txt to TW dev-tools



On 8/11/23 08:35, Min-Hua Chen wrote:
> Follow Randy's advice [1] to move
> Documentation/translations/zh_TW/sparse.txt
> to
> Documentation/translations/zh_TW/dev-tools/sparse.txt
>
> [1] https://lore.kernel.org/lkml/[email protected]/
>
> Cc: Randy Dunlap <[email protected]>
> Signed-off-by: Min-Hua Chen <[email protected]>

Reviewed-by: Randy Dunlap <[email protected]>

Thanks.

> ---
> Documentation/translations/zh_TW/{ => dev-tools}/sparse.txt | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> rename Documentation/translations/zh_TW/{ => dev-tools}/sparse.txt (100%)
>
> diff --git a/Documentation/translations/zh_TW/sparse.txt b/Documentation/translations/zh_TW/dev-tools/sparse.txt
> similarity index 100%
> rename from Documentation/translations/zh_TW/sparse.txt
> rename to Documentation/translations/zh_TW/dev-tools/sparse.txt

--
~Randy