[PATCH v2 2/3] docs: sparse: convert sparse.txt to RST

From: Min-Hua Chen
Date: Sun Aug 13 2023 - 12:30:06 EST


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@xxxxxxxxxxxxx/

Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Jonathan Corbet <corbet@xxxxxxx>
Suggested-by: Jonathan Corbet <corbet@xxxxxxx>
Suggested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Signed-off-by: Min-Hua Chen <minhuadotchen@xxxxxxxxx>

---

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@xxxxxxxxxxxxxxx>
使用 sparse 工具做類型檢查
~~~~~~~~~~~~~~~~~~~~~~~~~~

-"__bitwise" 是一種類型屬性,所以你應該這樣使用它:
+"__bitwise" 是一種類型屬性,所以你應該這樣使用它::

typedef int __bitwise pm_request_t;

--
2.34.1