Re: [PATCH v3] docs: pt_BR: process: Translate stable kernel rules guide

Jonathan Corbet <[email protected]> Mon, 03 Aug 2026 13:58:04 -0600
Newsgroups org.kernel.vger.linux-doc
Message-ID <[email protected]>
Matheus Patriota <[email protected]> writes:

> Translates the documentation regarding stable kernel rules into
> Brazilian Portuguese, maintaining consistency with original
> formatting rules.
>
> Changes in v3:
> - Removed the Sphinx label to avoid conflict with the original
>  documentation, as suggested by Daniel Pereira.
> - Removed duplicated/incorrectly named files from the commit.
>
> Changes in v2:
> - I changed the patch name to avoid conflicts with the original patch.
> - I adjusted the dashes by replacing them with commas.
> - Regarding the typo, I corrected "conclu=C3=ADdasamp" to "conclu=C3=ADda=
s".

This inter-patch change information does not belong in the changelog;
put it after the "---" line so that the maintainer does not have to edit
it out by hand.

Speaking of the maintainer, always copy the relevant maintainers on your
patches, or they will fall through the cracks.
scripts/get_maintainer.pl will help you there.

> Signed-off-by: Matheus Patriota <[email protected]>
> ---
>  Documentation/translations/pt_BR/index.rst    |   1 +
>  .../pt_BR/process/stable-kernel-rules.rst     | 232 ++++++++++++++++++
>  2 files changed, 233 insertions(+)
>  create mode 100644 Documentation/translations/pt_BR/process/stable-kerne=
l-rules.rst
>
> diff --git a/Documentation/translations/pt_BR/index.rst b/Documentation/t=
ranslations/pt_BR/index.rst
> index 7a488f662..e761ee0eb 100644
> --- a/Documentation/translations/pt_BR/index.rst
> +++ b/Documentation/translations/pt_BR/index.rst
> @@ -78,3 +78,4 @@ kernel e sobre como ver seu trabalho integrado.
>     Processo do subsistema SoC <process/maintainer-soc>
>     Conformidade de DTS para SoC <process/maintainer-soc-clean-dts>
>     Processo do subsistema KVM x86 <process/maintainer-kvm-x86>
> +   Regras para kernels est=C3=A1veis <process/stable-kernel-rules>
> diff --git a/Documentation/translations/pt_BR/process/stable-kernel-rules=
.rst b/Documentation/translations/pt_BR/process/stable-kernel-rules.rst
> new file mode 100644
> index 000000000..22fc83a73
> --- /dev/null
> +++ b/Documentation/translations/pt_BR/process/stable-kernel-rules.rst
> @@ -0,0 +1,232 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +.. _pt_BR_stable_kernel_rules:

Please do not proliferate these pointless top-of-file labels, even if
the English text has them.

You did not actually build the docs with your changes:

Documentation/translations/pt_BR/process/stable-kernel-rules.rst:68: WARNIN=
G: duplicate label option_1, other instance in /stuff/k/git/kernel/Document=
ation/process/stable-kernel-rules.rst
Documentation/translations/pt_BR/process/stable-kernel-rules.rst:141: WARNI=
NG: duplicate label option_2, other instance in /stuff/k/git/kernel/Documen=
tation/process/stable-kernel-rules.rst
Documentation/translations/pt_BR/process/stable-kernel-rules.rst:152: WARNI=
NG: duplicate label option_3, other instance in /stuff/k/git/kernel/Documen=
tation/process/stable-kernel-rules.rst

Please fix all of these problems, then resubmit for 7.4.

jon