Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs/ja_JP/SubmittingPatches: Request summaries for commit references

Reflect changes made in commit 0af5270324cc
("Documentation/SubmittingPatches: Request summaries for commit
references").

Note: Translated paragraph uses a slightly different structure and
omit a redundant phrase so that they are easier to follow.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Acked-by: Tsugikazu Shibata <shibata@linuxfoundation.org>
Reviewed-by: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Link: https://lore.kernel.org/r/20220503104820.49269-1-akiyks@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Akira Yokosawa and committed by
Jonathan Corbet
e29b3abc fccf0cc9

+11
+11
Documentation/translations/ja_JP/SubmittingPatches
··· 123 123 登録済みのバグエントリを修正するパッチであれば、そのバグエントリを示すバグ ID 124 124 や URL を明記してください。 125 125 126 + 特定のコミットを参照したい場合は、その SHA-1 ID だけでなく、一行サマリ 127 + も含めてください。それにより、それが何に関するコミットなのかがレビューする 128 + 人にわかりやすくなります。 129 + 例 (英文のママ): 130 + 131 + Commit e21d2170f36602ae2708 ("video: remove unnecessary 132 + platform_set_drvdata()") removed the unnecessary 133 + platform_set_drvdata(), but left the variable "dev" unused, 134 + delete it. 135 + 136 + 126 137 3) パッチの分割 127 138 128 139 意味のあるひとまとまりごとに変更を個々のパッチファイルに分けてください。