public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos
@ 2023-04-28  9:10 Deming Wang
  2023-04-28 14:45 ` Akira Yokosawa
  0 siblings, 1 reply; 5+ messages in thread
From: Deming Wang @ 2023-04-28  9:10 UTC (permalink / raw)
  To: corbet, fujimotokosuke0, shibata; +Cc: linux-doc, linux-kernel, Deming Wang

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="y", Size: 1358 bytes --]

Fix of  typos spotted reading documentation in Japanese.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 Documentation/translations/ja_JP/SubmittingPatches | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index 04deb77b20c6..5334db471744 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -450,7 +450,7 @@ Reviewed-by: タグは、それとは異なり、下記のレビューア宣言
             状況においてその宣言した目的や機能が正しく実現することに関して、
             いかなる保証もしない(特にどこかで明示しない限り)。
 
-Reviewd-by タグはそのパッチがカーネルに対して適切な修正であって、深刻な技術的
+Reviewed-by タグはそのパッチがカーネルに対して適切な修正であって、深刻な技術的
 問題を残していないという意見の宣言です。興味のあるレビューアは誰でも(レビュー
 作業を終えたら)パッチに対して Reviewed-by タグを提示できます。このタグは
 レビューアの寄与をクレジットする働き、レビューの進捗の度合いをメンテナに
-- 
2.27.0


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

* Re: [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos
  2023-04-28  9:10 [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos Deming Wang
@ 2023-04-28 14:45 ` Akira Yokosawa
  2023-04-28 14:50   ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Akira Yokosawa @ 2023-04-28 14:45 UTC (permalink / raw)
  To: wangdeming; +Cc: corbet, linux-doc, linux-kernel, shibata

[-CC: Kosuke]

Hi,

On Fri, 28 Apr 2023 05:10:18 -0400, Deming Wang wrote:
> Fix of  typos spotted reading documentation in Japanese.
> 
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
>  Documentation/translations/ja_JP/SubmittingPatches | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
[...]

Your patch is rejected by "git am".

In the header part of your email, I see these fields:

> X-Mailer: git-send-email 2.31.1
> MIME-Version: 1.0
> Content-Type: text/plain; charset="y"
> Content-Transfer-Encoding: 8bit

This looks broken.
Please make sure your email header has a proper Content-Type
as shown below:

    Content-Type: text/plain; charset=UTF-8

        Thanks, Akira




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

* Re: [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos
  2023-04-28 14:45 ` Akira Yokosawa
@ 2023-04-28 14:50   ` Jonathan Corbet
  2023-04-28 15:14     ` Akira Yokosawa
  2023-04-28 16:42     ` Conor Dooley
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Corbet @ 2023-04-28 14:50 UTC (permalink / raw)
  To: Akira Yokosawa, wangdeming; +Cc: linux-doc, linux-kernel, shibata

Akira Yokosawa <akiyks@gmail.com> writes:

> Your patch is rejected by "git am".
>
> In the header part of your email, I see these fields:
>
>> X-Mailer: git-send-email 2.31.1
>> MIME-Version: 1.0
>> Content-Type: text/plain; charset="y"
>> Content-Transfer-Encoding: 8bit
>
> This looks broken.
> Please make sure your email header has a proper Content-Type
> as shown below:
>
>     Content-Type: text/plain; charset=UTF-8

This something that git send-email does on occasion; it's truly
obnoxious, and I have no idea why.  I end up fixing up patches by hand
when I see it.  If the change itself is OK, I can manage it from here.

Thanks,

jon

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

* Re: [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos
  2023-04-28 14:50   ` Jonathan Corbet
@ 2023-04-28 15:14     ` Akira Yokosawa
  2023-04-28 16:42     ` Conor Dooley
  1 sibling, 0 replies; 5+ messages in thread
From: Akira Yokosawa @ 2023-04-28 15:14 UTC (permalink / raw)
  To: Jonathan Corbet, wangdeming; +Cc: linux-doc, linux-kernel, shibata

On Fri, 28 Apr 2023 08:50:41 -0600, Jonathan Corbet wrote:
> Akira Yokosawa <akiyks@gmail.com> writes:
> 
>> Your patch is rejected by "git am".
>>
>> In the header part of your email, I see these fields:
>>
>>> X-Mailer: git-send-email 2.31.1
>>> MIME-Version: 1.0
>>> Content-Type: text/plain; charset="y"
>>> Content-Transfer-Encoding: 8bit
>>
>> This looks broken.
>> Please make sure your email header has a proper Content-Type
>> as shown below:
>>
>>     Content-Type: text/plain; charset=UTF-8
> 
> This something that git send-email does on occasion; it's truly
> obnoxious, and I have no idea why.  I end up fixing up patches by hand
> when I see it.  If the change itself is OK, I can manage it from here.

The change looks OK.

Reviewed-by: Akira Yokosawa <akiyks@gmail.com>

        Thanks, Akira

> 
> Thanks,
> 
> jon

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

* Re: [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos
  2023-04-28 14:50   ` Jonathan Corbet
  2023-04-28 15:14     ` Akira Yokosawa
@ 2023-04-28 16:42     ` Conor Dooley
  1 sibling, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2023-04-28 16:42 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Akira Yokosawa, wangdeming, linux-doc, linux-kernel, shibata

[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]

On Fri, Apr 28, 2023 at 08:50:41AM -0600, Jonathan Corbet wrote:
> Akira Yokosawa <akiyks@gmail.com> writes:
> 
> > Your patch is rejected by "git am".
> >
> > In the header part of your email, I see these fields:
> >
> >> X-Mailer: git-send-email 2.31.1
> >> MIME-Version: 1.0
> >> Content-Type: text/plain; charset="y"
> >> Content-Transfer-Encoding: 8bit
> >
> > This looks broken.
> > Please make sure your email header has a proper Content-Type
> > as shown below:
> >
> >     Content-Type: text/plain; charset=UTF-8
> 
> This something that git send-email does on occasion; it's truly
> obnoxious, and I have no idea why.

If you have special characters in your patch/cover, git send-email will
prompt you to declare a encoding. The message is something like:

| The following files are 8bit, but do not declare a Content-Transfer-Encoding.
| 0000-cover-letter.patch
| Which 8bit encoding should I declare [UTF-8]?

It's very easy to assume that pressing y to accept UTF-8 is the right
thing to do, rather than pressing enter for the default.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2023-04-28 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28  9:10 [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos Deming Wang
2023-04-28 14:45 ` Akira Yokosawa
2023-04-28 14:50   ` Jonathan Corbet
2023-04-28 15:14     ` Akira Yokosawa
2023-04-28 16:42     ` Conor Dooley

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