[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230813162915.39577-3-minhuadotchen@gmail.com>
Date: Mon, 14 Aug 2023 00:29:14 +0800
From: Min-Hua Chen <minhuadotchen@...il.com>
To: Hu Haowen <src.res@...il.cn>, Jonathan Corbet <corbet@....net>
Cc: Randy Dunlap <rdunlap@...radead.org>,
linux-doc-tw-discuss@...ts.sourceforge.net,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Min-Hua Chen <minhuadotchen@...il.com>
Subject: [PATCH v2 2/3] docs: sparse: convert sparse.txt to RST
Follow Randy's advice [1] to move
Documentation/translations/zh_TW/dev-tools/sparse.txt
to
Documentation/translations/zh_TW/dev-tools/sparse.rst
[1] https://lore.kernel.org/lkml/bfab7c5b-e4d3-d8d9-afab-f43c0cdf26cf@infradead.org/
Cc: Randy Dunlap <rdunlap@...radead.org>
Cc: Jonathan Corbet <corbet@....net>
Suggested-by: Jonathan Corbet <corbet@....net>
Suggested-by: Randy Dunlap <rdunlap@...radead.org>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Min-Hua Chen <minhuadotchen@...il.com>
---
change since v1:
1. change subject to convert sparse.txt to RST
2. add Suggested-by tag to credit Randy
---
.../translations/zh_TW/dev-tools/{sparse.txt => sparse.rst} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename Documentation/translations/zh_TW/dev-tools/{sparse.txt => sparse.rst} (99%)
diff --git a/Documentation/translations/zh_TW/dev-tools/sparse.txt b/Documentation/translations/zh_TW/dev-tools/sparse.rst
similarity index 99%
rename from Documentation/translations/zh_TW/dev-tools/sparse.txt
rename to Documentation/translations/zh_TW/dev-tools/sparse.rst
index 6d2d088b1060..553a3ce82d2e 100644
--- a/Documentation/translations/zh_TW/dev-tools/sparse.txt
+++ b/Documentation/translations/zh_TW/dev-tools/sparse.rst
@@ -27,7 +27,7 @@ Copyright 2006 Bob Copeland <me@...copeland.com>
使用 sparse 工具做類型檢查
~~~~~~~~~~~~~~~~~~~~~~~~~~
-"__bitwise" 是一種類型屬性,所以你應該這樣使用它:
+"__bitwise" 是一種類型屬性,所以你應該這樣使用它::
typedef int __bitwise pm_request_t;
--
2.34.1
Powered by blists - more mailing lists