diff mbox series

[RFC,08/11] docs: ja_JP: howto: remove reference to removed submitting-drivers

Message ID 20220627151819.22694-9-lukas.bulwahn@gmail.com (mailing list archive)
State Not Applicable
Headers show
Series docs: remove submitting-drivers.rst | expand

Commit Message

Lukas Bulwahn June 27, 2022, 3:18 p.m. UTC
The document submitting-drivers.rst was deleted. This removes the
corresponding reference in the Japanese translation of the howto.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 Documentation/translations/ja_JP/howto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Akira Yokosawa June 28, 2022, 5:25 a.m. UTC | #1
Hi Lukas,

On Mon, 27 Jun 2022 17:18:16 +0200, Lukas Bulwahn wrote:
> The document submitting-drivers.rst was deleted. This removes the
> corresponding reference in the Japanese translation of the howto.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

See below for suggestion of plural to singular change.

> ---
>  Documentation/translations/ja_JP/howto.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/translations/ja_JP/howto.rst b/Documentation/translations/ja_JP/howto.rst
> index 38fed6fe62fe..03b2079e4d5d 100644
> --- a/Documentation/translations/ja_JP/howto.rst
> +++ b/Documentation/translations/ja_JP/howto.rst
> @@ -129,7 +129,7 @@ linux-api@vger.kernel.org に送ることを勧めます。
>      ルに従っているものだけを受け付け、多くの人は正しいスタイルのコード
>      だけをレビューします。
>  
> -  :ref:`Documentation/process/submitting-patches.rst <codingstyle>` と :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
> +  :ref:`Documentation/process/submitting-patches.rst <codingstyle>`
>      これらのファイルには、どうやってうまくパッチを作って投稿するかにつ

       このファイルには、どうやってうまくパッチを作って投稿するかにつ

>      いて非常に詳しく書かれており、以下を含みます (これだけに限らない
>      けれども)
> -- 
> 2.17.1

        Thanks, Akira
Lukas Bulwahn June 28, 2022, 10:24 a.m. UTC | #2
On Tue, Jun 28, 2022 at 7:25 AM Akira Yokosawa <akiyks@gmail.com> wrote:
>
> Hi Lukas,
>
> On Mon, 27 Jun 2022 17:18:16 +0200, Lukas Bulwahn wrote:
> > The document submitting-drivers.rst was deleted. This removes the
> > corresponding reference in the Japanese translation of the howto.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
>
> See below for suggestion of plural to singular change.
>

Thanks for your help.

Once Jonathan has reviewed and principally acknowledged this series, I
will copy it directly from this email in raw form into the .rst file,
amend the commit and send out the new patch series.

Lukas

> > ---
> >  Documentation/translations/ja_JP/howto.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/translations/ja_JP/howto.rst b/Documentation/translations/ja_JP/howto.rst
> > index 38fed6fe62fe..03b2079e4d5d 100644
> > --- a/Documentation/translations/ja_JP/howto.rst
> > +++ b/Documentation/translations/ja_JP/howto.rst
> > @@ -129,7 +129,7 @@ linux-api@vger.kernel.org に送ることを勧めます。
> >      ルに従っているものだけを受け付け、多くの人は正しいスタイルのコード
> >      だけをレビューします。
> >
> > -  :ref:`Documentation/process/submitting-patches.rst <codingstyle>` と :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
> > +  :ref:`Documentation/process/submitting-patches.rst <codingstyle>`
> >      これらのファイルには、どうやってうまくパッチを作って投稿するかにつ
>
>        このファイルには、どうやってうまくパッチを作って投稿するかにつ
>
> >      いて非常に詳しく書かれており、以下を含みます (これだけに限らない
> >      けれども)
> > --
> > 2.17.1
>
>         Thanks, Akira
>
diff mbox series

Patch

diff --git a/Documentation/translations/ja_JP/howto.rst b/Documentation/translations/ja_JP/howto.rst
index 38fed6fe62fe..03b2079e4d5d 100644
--- a/Documentation/translations/ja_JP/howto.rst
+++ b/Documentation/translations/ja_JP/howto.rst
@@ -129,7 +129,7 @@  linux-api@vger.kernel.org に送ることを勧めます。
     ルに従っているものだけを受け付け、多くの人は正しいスタイルのコード
     だけをレビューします。
 
-  :ref:`Documentation/process/submitting-patches.rst <codingstyle>` と :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
+  :ref:`Documentation/process/submitting-patches.rst <codingstyle>`
     これらのファイルには、どうやってうまくパッチを作って投稿するかにつ
     いて非常に詳しく書かれており、以下を含みます (これだけに限らない
     けれども)