diff mbox

[(mtd-www),2/3] source: update patch title format

Message ID 1336190700-27345-2-git-send-email-computersforpeace@gmail.com
State Accepted
Commit 4319d688fa5e296f4dde2cd2c6fdeb9deae5b1f3
Headers show

Commit Message

Brian Norris May 5, 2012, 4:04 a.m. UTC
Today, patches usually use "mtd: target: ..." (in lowercase) rather than
"[MTD] TARGET: ..."

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 source.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/source.xml b/source.xml
index faba4a1..01c359f 100644
--- a/source.xml
+++ b/source.xml
@@ -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>