Commit 0af5270324cc584629c197d9bfdf2c4ab3d81bd7
Committed by
Jiri Kosina
1 parent
ed7afeae24
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
Documentation/SubmittingPatches: Request summaries for commit references
Request inclusion of oneline summaries when referring to other commits Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 1 changed file with 10 additions and 0 deletions Side-by-side Diff
Documentation/SubmittingPatches
... | ... | @@ -109,6 +109,16 @@ |
109 | 109 | If the patch fixes a logged bug entry, refer to that bug entry by |
110 | 110 | number and URL. |
111 | 111 | |
112 | +If you want to refer to a specific commit, don't just refer to the | |
113 | +SHA-1 ID of the commit. Please also include the oneline summary of | |
114 | +the commit, to make it easier for reviewers to know what it is about. | |
115 | +Example: | |
116 | + | |
117 | + Commit e21d2170f36602ae2708 ("video: remove unnecessary | |
118 | + platform_set_drvdata()") removed the unnecessary | |
119 | + platform_set_drvdata(), but left the variable "dev" unused, | |
120 | + delete it. | |
121 | + | |
112 | 122 | |
113 | 123 | 3) Separate your changes. |
114 | 124 |