diff options
Diffstat (limited to 'README.patches')
-rw-r--r-- | README.patches | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.patches b/README.patches index b6742b62c..53b5c8a8a 100644 --- a/README.patches +++ b/README.patches @@ -362,9 +362,9 @@ n) Sometimes, the maintainer may need to slightly modify patches you receive add a line before his SOB, as stated on Documentation/SubmittingPatches, describing what he did to merge it. Something like: - Signed-off-by: Random J Developer <random@developer.example.org> - [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h] - Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org> + Signed-off-by: Random J Developer <random@developer.example.org> + [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h] + Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org> 5. Knowing about newer patches committed at master hg repository ============================================================= |