public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] convert TW translation sparse.txt to RST
@ 2023-09-02  5:25 Min-Hua Chen
  2023-09-02  5:25 ` [PATCH v3 1/3] docs: sparse: move TW sparse.txt to TW dev-tools Min-Hua Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Min-Hua Chen @ 2023-09-02  5:25 UTC (permalink / raw)
  To: Hu Haowen, Jonathan Corbet
  Cc: Randy Dunlap, linux-doc-tw-discuss, linux-doc, linux-kernel,
	Min-Hua Chen

These patches move TW sparse.txt to TW dev-tools and
convert TW sparse.txt to RST, based on [1].
Add the RST to toctree [2].

Randy said [1]:
"
it would be good if someone would update/modify this
sparse.txt file to be in Documentation/translation/zh_TW/dev-tools/
and convert it to sparse.rst (IMO).
"

[1] https://lore.kernel.org/lkml/bfab7c5b-e4d3-d8d9-afab-f43c0cdf26cf@infradead.org/
[2] https://lore.kernel.org/lkml/87a5uxxqf3.fsf@meer.lwn.net/



Min-Hua Chen (3):
  docs: sparse: move TW sparse.txt to TW dev-tools
  docs: sparse: convert sparse.txt to RST
  docs: sparse: add sparse.rst to toctree

 .../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
 .../{sparse.txt => dev-tools/sparse.rst}      |  2 +-
 Documentation/translations/zh_TW/index.rst    |  2 +-
 3 files changed, 42 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
 rename Documentation/translations/zh_TW/{sparse.txt => dev-tools/sparse.rst} (99%)

---

Change since v1:
1. change subject to convert sparse.txt to RST
2. add Suggested-by tag to credit Randy

Change since v2:
rebase to next-20230831

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v3 1/3] docs: sparse: move TW sparse.txt to TW dev-tools
  2023-09-02  5:25 [PATCH v3 0/3] convert TW translation sparse.txt to RST Min-Hua Chen
@ 2023-09-02  5:25 ` Min-Hua Chen
  2023-09-02  5:25 ` [PATCH v3 2/3] docs: sparse: convert sparse.txt to RST Min-Hua Chen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Min-Hua Chen @ 2023-09-02  5:25 UTC (permalink / raw)
  To: Hu Haowen, Jonathan Corbet, Hu Haowen
  Cc: Randy Dunlap, linux-doc-tw-discuss, linux-doc, linux-kernel,
	Min-Hua Chen

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/bfab7c5b-e4d3-d8d9-afab-f43c0cdf26cf@infradead.org/

Cc: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
---
 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v3 2/3] docs: sparse: convert sparse.txt to RST
  2023-09-02  5:25 [PATCH v3 0/3] convert TW translation sparse.txt to RST Min-Hua Chen
  2023-09-02  5:25 ` [PATCH v3 1/3] docs: sparse: move TW sparse.txt to TW dev-tools Min-Hua Chen
@ 2023-09-02  5:25 ` Min-Hua Chen
  2023-09-02  5:25 ` [PATCH v3 3/3] docs: sparse: add sparse.rst to toctree Min-Hua Chen
  2023-10-03 16:26 ` [PATCH v3 0/3] convert TW translation sparse.txt to RST Jonathan Corbet
  3 siblings, 0 replies; 6+ messages in thread
From: Min-Hua Chen @ 2023-09-02  5:25 UTC (permalink / raw)
  To: Hu Haowen, Jonathan Corbet, Hu Haowen
  Cc: Randy Dunlap, linux-doc-tw-discuss, linux-doc, linux-kernel,
	Min-Hua Chen

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@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Suggested-by: Jonathan Corbet <corbet@lwn.net>
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
---
 .../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 35d3d1d748e6..a6d31a20018c 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@bobcopeland.com>
 使用 sparse 工具做類型檢查
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-"__bitwise" 是一種類型屬性,所以你應該這樣使用它:
+"__bitwise" 是一種類型屬性,所以你應該這樣使用它::
 
         typedef int __bitwise pm_request_t;
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v3 3/3] docs: sparse: add sparse.rst to toctree
  2023-09-02  5:25 [PATCH v3 0/3] convert TW translation sparse.txt to RST Min-Hua Chen
  2023-09-02  5:25 ` [PATCH v3 1/3] docs: sparse: move TW sparse.txt to TW dev-tools Min-Hua Chen
  2023-09-02  5:25 ` [PATCH v3 2/3] docs: sparse: convert sparse.txt to RST Min-Hua Chen
@ 2023-09-02  5:25 ` Min-Hua Chen
  2023-10-03 16:26 ` [PATCH v3 0/3] convert TW translation sparse.txt to RST Jonathan Corbet
  3 siblings, 0 replies; 6+ messages in thread
From: Min-Hua Chen @ 2023-09-02  5:25 UTC (permalink / raw)
  To: Hu Haowen, Jonathan Corbet, Hu Haowen
  Cc: Randy Dunlap, linux-doc-tw-discuss, linux-doc, linux-kernel,
	Min-Hua Chen

Add sparst.rst to toctree, so it can be part of the docs build.

Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Suggested-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
---
 .../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
 Documentation/translations/zh_TW/index.rst    |  2 +-
 2 files changed, 41 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst

diff --git a/Documentation/translations/zh_TW/dev-tools/index.rst b/Documentation/translations/zh_TW/dev-tools/index.rst
new file mode 100644
index 000000000000..8f101db5a07f
--- /dev/null
+++ b/Documentation/translations/zh_TW/dev-tools/index.rst
@@ -0,0 +1,40 @@
+.. include:: ../disclaimer-zh_TW.rst
+
+:Original: Documentation/dev-tools/index.rst
+:Translator: Min-Hua Chen <minhuadotchen@gmail.com>
+
+============
+內核開發工具
+============
+
+本文檔是有關內核開發工具文檔的合集。
+目前這些文檔已經整理在一起,不需要再花費額外的精力。
+歡迎任何補丁。
+
+有關測試專用工具的簡要概述,參見
+Documentation/dev-tools/testing-overview.rst
+
+.. class:: toc-title
+
+	   目錄
+
+.. toctree::
+   :maxdepth: 2
+
+   sparse
+
+Todolist:
+
+ - coccinelle
+ - kcov
+ - ubsan
+ - kmemleak
+ - kcsan
+ - kfence
+ - kgdb
+ - kselftest
+ - kunit/index
+ - testing-overview
+ - gcov
+ - kasan
+ - gdb-kernel-debugging
diff --git a/Documentation/translations/zh_TW/index.rst b/Documentation/translations/zh_TW/index.rst
index d1cf0b4d8e46..ffcaf3272fe7 100644
--- a/Documentation/translations/zh_TW/index.rst
+++ b/Documentation/translations/zh_TW/index.rst
@@ -55,11 +55,11 @@ TODOList:
    :maxdepth: 1
 
    process/license-rules
+   dev-tools/index
 
 TODOList:
 
 * doc-guide/index
-* dev-tools/index
 * dev-tools/testing-overview
 * kernel-hacking/index
 * rust/index
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v3 0/3] convert TW translation sparse.txt to RST
  2023-09-02  5:25 [PATCH v3 0/3] convert TW translation sparse.txt to RST Min-Hua Chen
                   ` (2 preceding siblings ...)
  2023-09-02  5:25 ` [PATCH v3 3/3] docs: sparse: add sparse.rst to toctree Min-Hua Chen
@ 2023-10-03 16:26 ` Jonathan Corbet
  2023-10-03 23:40   ` Min-Hua Chen
  3 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2023-10-03 16:26 UTC (permalink / raw)
  To: Min-Hua Chen, Hu Haowen
  Cc: Randy Dunlap, linux-doc-tw-discuss, linux-doc, linux-kernel,
	Min-Hua Chen

Min-Hua Chen <minhuadotchen@gmail.com> writes:

> These patches move TW sparse.txt to TW dev-tools and
> convert TW sparse.txt to RST, based on [1].
> Add the RST to toctree [2].
>
> Randy said [1]:
> "
> it would be good if someone would update/modify this
> sparse.txt file to be in Documentation/translation/zh_TW/dev-tools/
> and convert it to sparse.rst (IMO).
> "
>
> [1] https://lore.kernel.org/lkml/bfab7c5b-e4d3-d8d9-afab-f43c0cdf26cf@infradead.org/
> [2] https://lore.kernel.org/lkml/87a5uxxqf3.fsf@meer.lwn.net/
>
>
>
> Min-Hua Chen (3):
>   docs: sparse: move TW sparse.txt to TW dev-tools
>   docs: sparse: convert sparse.txt to RST
>   docs: sparse: add sparse.rst to toctree
>
>  .../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
>  .../{sparse.txt => dev-tools/sparse.rst}      |  2 +-
>  Documentation/translations/zh_TW/index.rst    |  2 +-
>  3 files changed, 42 insertions(+), 2 deletions(-)
>  create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
>  rename Documentation/translations/zh_TW/{sparse.txt => dev-tools/sparse.rst} (99%)

So this series introduces a new warning:

WARNING: Unparseable C cross-reference: 'int'
Invalid C declaration: Expected identifier in nested name, got keyword: int [error at 3]
  int
  ---^

That is ... somewhat unhelpful.  I eventually tracked it down to this
piece in sparse.rst:

> 所以更簡單的辦法只要這樣做:
> 
> 	typedef int __bitwise pm_request_t;
> 
> 	#define PM_SUSPEND ((__force pm_request_t) 1)
> 	#define PM_RESUME ((__force pm_request_t) 2)
> 
> 現在你就有了嚴格的類型檢查所需要的所有基礎架構。

That needs to be a literal block to be parsed properly.  I have taken
the liberty of changing the first line above to:

> 所以更簡單的辦法只要這樣做::

...and the warning is gone.

Thus: series applied, but please properly build-test changes like this
in the future.

Thanks,

jon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v3 0/3] convert TW translation sparse.txt to RST
  2023-10-03 16:26 ` [PATCH v3 0/3] convert TW translation sparse.txt to RST Jonathan Corbet
@ 2023-10-03 23:40   ` Min-Hua Chen
  0 siblings, 0 replies; 6+ messages in thread
From: Min-Hua Chen @ 2023-10-03 23:40 UTC (permalink / raw)
  To: corbet
  Cc: linux-doc-tw-discuss, linux-doc, linux-kernel, minhuadotchen,
	rdunlap, src.res

>>   docs: sparse: move TW sparse.txt to TW dev-tools
>>   docs: sparse: convert sparse.txt to RST
>>   docs: sparse: add sparse.rst to toctree
>>
>>  .../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
>>  .../{sparse.txt =3D> dev-tools/sparse.rst}      |  2 +-
>>  Documentation/translations/zh_TW/index.rst    |  2 +-
>>  3 files changed, 42 insertions(+), 2 deletions(-)
>>  create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
>>  rename Documentation/translations/zh_TW/{sparse.txt =3D> dev-tools/spars=
>e.rst} (99%)
>
>So this series introduces a new warning:
>
>WARNING: Unparseable C cross-reference: 'int'
>Invalid C declaration: Expected identifier in nested name, got keyword: int=
> [error at 3]
>  int
>  ---^
>
>That is ... somewhat unhelpful.  I eventually tracked it down to this
>piece in sparse.rst:
>
>> =E6=89=80=E4=BB=A5=E6=9B=B4=E7=B0=A1=E5=96=AE=E7=9A=84=E8=BE=A6=E6=B3=95=
>=E5=8F=AA=E8=A6=81=E9=80=99=E6=A8=A3=E5=81=9A=EF=BC=9A
>>=20
>> 	typedef int __bitwise pm_request_t;
>>=20
>> 	#define PM_SUSPEND ((__force pm_request_t) 1)
>> 	#define PM_RESUME ((__force pm_request_t) 2)
>>=20
>> =E7=8F=BE=E5=9C=A8=E4=BD=A0=E5=B0=B1=E6=9C=89=E4=BA=86=E5=9A=B4=E6=A0=BC=
>=E7=9A=84=E9=A1=9E=E5=9E=8B=E6=AA=A2=E6=9F=A5=E6=89=80=E9=9C=80=E8=A6=81=E7=
>=9A=84=E6=89=80=E6=9C=89=E5=9F=BA=E7=A4=8E=E6=9E=B6=E6=A7=8B=E3=80=82
>
>That needs to be a literal block to be parsed properly.  I have taken
>the liberty of changing the first line above to:
>
>> =E6=89=80=E4=BB=A5=E6=9B=B4=E7=B0=A1=E5=96=AE=E7=9A=84=E8=BE=A6=E6=B3=95=
>=E5=8F=AA=E8=A6=81=E9=80=99=E6=A8=A3=E5=81=9A::
>
>...and the warning is gone.
>
>Thus: series applied, but please properly build-test changes like this
>in the future.
>
>Thanks,
>
>jon

Got it, thank you for doing this.
I will do build-test with care in the future.

Min-Hua

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-03 23:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-02  5:25 [PATCH v3 0/3] convert TW translation sparse.txt to RST Min-Hua Chen
2023-09-02  5:25 ` [PATCH v3 1/3] docs: sparse: move TW sparse.txt to TW dev-tools Min-Hua Chen
2023-09-02  5:25 ` [PATCH v3 2/3] docs: sparse: convert sparse.txt to RST Min-Hua Chen
2023-09-02  5:25 ` [PATCH v3 3/3] docs: sparse: add sparse.rst to toctree Min-Hua Chen
2023-10-03 16:26 ` [PATCH v3 0/3] convert TW translation sparse.txt to RST Jonathan Corbet
2023-10-03 23:40   ` Min-Hua Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox