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

[PATCH] Doc/SubmittingPatches cleanups

A few cleanups to SubmittingPatches:
- mention SubmitChecklist
- remove mention of my simple patch script tools
- remove last-updated line

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
bc7455fa 0fcb78c2

+4 -6
+4 -6
Documentation/SubmittingPatches
··· 10 10 with "the system." This text is a collection of suggestions which 11 11 can greatly increase the chances of your change being accepted. 12 12 13 - If you are submitting a driver, also read Documentation/SubmittingDrivers. 13 + Read Documentation/SubmitChecklist for a list of items to check 14 + before submitting code. If you are submitting a driver, also read 15 + Documentation/SubmittingDrivers. 14 16 15 17 16 18 ··· 75 73 76 74 Quilt: 77 75 http://savannah.nongnu.org/projects/quilt 78 - 79 - Randy Dunlap's patch scripts: 80 - http://www.xenotime.net/linux/scripts/patching-scripts-002.tar.gz 81 76 82 77 Andrew Morton's patch scripts: 83 78 http://www.zip.com.au/~akpm/linux/patches/ ··· 483 484 <http://www.kroah.com/log/2005/10/19/> 484 485 <http://www.kroah.com/log/2006/01/11/> 485 486 486 - NO!!!! No more huge patch bombs to linux-kernel@vger.kernel.org people!. 487 + NO!!!! No more huge patch bombs to linux-kernel@vger.kernel.org people! 487 488 <http://marc.theaimsgroup.com/?l=linux-kernel&m=112112749912944&w=2> 488 489 489 490 Kernel Documentation/CodingStyle ··· 492 493 Linus Torvald's mail on the canonical patch format: 493 494 <http://lkml.org/lkml/2005/4/7/183> 494 495 -- 495 - Last updated on 17 Nov 2005.