]> git.infradead.org Git - mtd-www.git/commitdiff
source: update patch title format
authorBrian Norris <computersforpeace@gmail.com>
Sat, 5 May 2012 04:04:59 +0000 (21:04 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sat, 5 May 2012 09:52:45 +0000 (12:52 +0300)
Today, patches usually use "mtd: target: ..." (in lowercase) rather than
"[MTD] TARGET: ..."

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
source.xml

index faba4a17e08acd9b7623661bcd5cb3877b1e0459..01c359fd20d48ba23b57c7900e03d976c2e9c7dc 100644 (file)
@@ -66,10 +66,10 @@ simple rules should be followed when submitting patches</p>
 
 <ol>
 <li>Provide a short summary line of the patch in the format:</li><br />
-<code>[PATCH] [MTD] DETAILEDTARGET: short summary</code>
+<code>[PATCH] mtd: DETAILEDTARGET: short summary</code>
 <p>
-DETAILEDTARGET should be one of the MTD subcomponents, e.g. NAND, CHIPS,
-MAPS, CORE, and/or a filename if it simplifies the review/recognition of
+DETAILEDTARGET should be one of the MTD subcomponents, e.g. nand, chips,
+maps, core, and/or a filename if it simplifies the review/recognition of
 patch relevance.</p>
 
 <li>Empty new line</li>