* [PATCH 0/7] minor document fixups
@ 2024-06-24 18:53 SeongJae Park
2024-06-24 18:53 ` [PATCH 2/7] Docs/process/index: Remove riscv/patch-acceptance from 'Other material' section SeongJae Park
2024-06-26 22:50 ` [PATCH 0/7] minor document fixups Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: SeongJae Park @ 2024-06-24 18:53 UTC (permalink / raw)
To: Jonathan Corbet
Cc: SeongJae Park, Albert Ou, Alex Shi, Avadhut Naik, Bill Wendling,
Carlos Bilbao, Federico Vaga, Hu Haowen, Justin Stitt,
Miguel Ojeda, Nathan Chancellor, Nick Desaulniers, Palmer Dabbelt,
Paul Walmsley, Yanteng Si, linux-doc, linux-riscv, llvm,
workflows, linux-kernel
This patch series is for minor document fixups. First five patches
clean up and remove 'Other material' section of process/index in favor
of 'staging/' and better place for docs on the section. A patch for
adding DAMON maintainer-profile reference on maintainers' handbook
follows. And then the last patch adds 'hkml' as one of available email
tools on email-clients document.
SeongJae Park (7):
Docs/process/index: Remove unaligned-memory-access from 'Other
material'
Docs/process/index: Remove riscv/patch-acceptance from 'Other
material' section
Docs: Move magic-number from process to staging
Docs: Move clang-format from process/ to dev-tools/
Docs/process/index: Remove unsorted docs section
Docs/maintainer/maintainer-entry-profile: add DAMON maintainer profile
Docs/process/email-clients: Document HacKerMaiL
.clang-format | 2 +-
Documentation/{process => dev-tools}/clang-format.rst | 0
Documentation/dev-tools/index.rst | 1 +
Documentation/maintainer/maintainer-entry-profile.rst | 1 +
Documentation/process/4.Coding.rst | 2 +-
Documentation/process/coding-style.rst | 2 +-
Documentation/process/email-clients.rst | 9 +++++++++
Documentation/process/index.rst | 11 -----------
Documentation/staging/index.rst | 1 +
Documentation/{process => staging}/magic-number.rst | 0
.../translations/it_IT/process/clang-format.rst | 2 +-
.../translations/it_IT/process/magic-number.rst | 2 +-
.../translations/sp_SP/process/coding-style.rst | 2 +-
.../translations/sp_SP/process/magic-number.rst | 2 +-
Documentation/translations/zh_CN/process/4.Coding.rst | 2 +-
.../translations/zh_CN/process/coding-style.rst | 2 +-
.../translations/zh_CN/process/magic-number.rst | 2 +-
Documentation/translations/zh_TW/process/4.Coding.rst | 2 +-
.../translations/zh_TW/process/coding-style.rst | 2 +-
.../translations/zh_TW/process/magic-number.rst | 2 +-
20 files changed, 25 insertions(+), 24 deletions(-)
rename Documentation/{process => dev-tools}/clang-format.rst (100%)
rename Documentation/{process => staging}/magic-number.rst (100%)
base-commit: 88407e61007a3d3ebb62fc65479cc58d891ef74e
--
2.39.2
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/7] Docs/process/index: Remove riscv/patch-acceptance from 'Other material' section
2024-06-24 18:53 [PATCH 0/7] minor document fixups SeongJae Park
@ 2024-06-24 18:53 ` SeongJae Park
2024-06-26 22:50 ` [PATCH 0/7] minor document fixups Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: SeongJae Park @ 2024-06-24 18:53 UTC (permalink / raw)
To: Jonathan Corbet, Paul Walmsley, Palmer Dabbelt, Albert Ou
Cc: SeongJae Park, workflows, linux-doc, linux-kernel, linux-riscv
'patch-acceptance' on 'Other material' section of 'process/index', which
is for unsorted documents, is actually well organized under
'arch/riscv/' directory, and linked on the index document of the
directory. Remove it from the 'Other material' section.
Signed-off-by: SeongJae Park <sj@kernel.org>
---
Documentation/process/index.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
index f66f9cbd0300..08b4eb1e9118 100644
--- a/Documentation/process/index.rst
+++ b/Documentation/process/index.rst
@@ -115,7 +115,6 @@ lack of a better place.
magic-number
clang-format
- ../arch/riscv/patch-acceptance
.. only:: subproject and html
--
2.39.2
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/7] minor document fixups
2024-06-24 18:53 [PATCH 0/7] minor document fixups SeongJae Park
2024-06-24 18:53 ` [PATCH 2/7] Docs/process/index: Remove riscv/patch-acceptance from 'Other material' section SeongJae Park
@ 2024-06-26 22:50 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2024-06-26 22:50 UTC (permalink / raw)
To: SeongJae Park
Cc: SeongJae Park, Albert Ou, Alex Shi, Avadhut Naik, Bill Wendling,
Carlos Bilbao, Federico Vaga, Hu Haowen, Justin Stitt,
Miguel Ojeda, Nathan Chancellor, Nick Desaulniers, Palmer Dabbelt,
Paul Walmsley, Yanteng Si, linux-doc, linux-riscv, llvm,
workflows, linux-kernel
SeongJae Park <sj@kernel.org> writes:
> This patch series is for minor document fixups. First five patches
> clean up and remove 'Other material' section of process/index in favor
> of 'staging/' and better place for docs on the section. A patch for
> adding DAMON maintainer-profile reference on maintainers' handbook
> follows. And then the last patch adds 'hkml' as one of available email
> tools on email-clients document.
>
> SeongJae Park (7):
> Docs/process/index: Remove unaligned-memory-access from 'Other
> material'
> Docs/process/index: Remove riscv/patch-acceptance from 'Other
> material' section
> Docs: Move magic-number from process to staging
> Docs: Move clang-format from process/ to dev-tools/
> Docs/process/index: Remove unsorted docs section
> Docs/maintainer/maintainer-entry-profile: add DAMON maintainer profile
> Docs/process/email-clients: Document HacKerMaiL
>
> .clang-format | 2 +-
> Documentation/{process => dev-tools}/clang-format.rst | 0
> Documentation/dev-tools/index.rst | 1 +
> Documentation/maintainer/maintainer-entry-profile.rst | 1 +
> Documentation/process/4.Coding.rst | 2 +-
> Documentation/process/coding-style.rst | 2 +-
> Documentation/process/email-clients.rst | 9 +++++++++
> Documentation/process/index.rst | 11 -----------
> Documentation/staging/index.rst | 1 +
> Documentation/{process => staging}/magic-number.rst | 0
> .../translations/it_IT/process/clang-format.rst | 2 +-
> .../translations/it_IT/process/magic-number.rst | 2 +-
> .../translations/sp_SP/process/coding-style.rst | 2 +-
> .../translations/sp_SP/process/magic-number.rst | 2 +-
> Documentation/translations/zh_CN/process/4.Coding.rst | 2 +-
> .../translations/zh_CN/process/coding-style.rst | 2 +-
> .../translations/zh_CN/process/magic-number.rst | 2 +-
> Documentation/translations/zh_TW/process/4.Coding.rst | 2 +-
> .../translations/zh_TW/process/coding-style.rst | 2 +-
> .../translations/zh_TW/process/magic-number.rst | 2 +-
> 20 files changed, 25 insertions(+), 24 deletions(-)
> rename Documentation/{process => dev-tools}/clang-format.rst (100%)
> rename Documentation/{process => staging}/magic-number.rst (100%)
Series applied, thanks.
jon
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-26 22:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 18:53 [PATCH 0/7] minor document fixups SeongJae Park
2024-06-24 18:53 ` [PATCH 2/7] Docs/process/index: Remove riscv/patch-acceptance from 'Other material' section SeongJae Park
2024-06-26 22:50 ` [PATCH 0/7] minor document fixups Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox