Re: [PATCH] docs: maintainer: add existing SoC and netdev profiles

2024-02-05 Thread Jonathan Corbet
Krzysztof Kozlowski writes: > Extend the list of maintainer profiles with SoC and netdev. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/maintainer/maintainer-entry-profile.rst | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks. jon

Re: [PATCH] Documentation: coding-style: Fix indentation in code-blocks

2024-02-05 Thread Jonathan Corbet
Thorsten Blum writes: > - Remove spaces in C code-blocks to align error labels consistently > - Replace tab characters with spaces in emacs-lisp code blocks > > Signed-off-by: Thorsten Blum > --- > Documentation/process/coding-style.rst| 6 +++--- > Documentation/translation

Re: [PATCH] Documentation: coding-style: Update syntax highlighting for code-blocks

2024-02-05 Thread Jonathan Corbet
Thorsten Blum writes: > Use c and elisp instead of none in code-blocks > > Signed-off-by: Thorsten Blum > --- > Documentation/process/coding-style.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/process/coding-style.rst > b/Documentation/process/c

Re: [PATCH v2] Documentation: multiple .rst files: Fix grammar and more consistent formatting

2024-02-05 Thread Jonathan Corbet
Thorsten Blum writes: > sphinx.rst: > - Remove unnecessary newline > - Fix grammar s/on/in/ > - Fix grammar s/check/checks/ > - Capitalize heading "The C domain" > > changes.rst: > - Remove colon after "pahole" to be consistent with other entries > > howto.rst: > - Fix grammar s/you will/will you