From 4319d688fa5e296f4dde2cd2c6fdeb9deae5b1f3 Mon Sep 17 00:00:00 2001
From: Brian Norris
Date: Fri, 4 May 2012 21:04:59 -0700
Subject: [PATCH] source: update patch title format
Today, patches usually use "mtd: target: ..." (in lowercase) rather than
"[MTD] TARGET: ..."
Signed-off-by: Brian Norris
Signed-off-by: Artem Bityutskiy
---
source.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
- Provide a short summary line of the patch in the format:
-[PATCH] [MTD] DETAILEDTARGET: short summary
+[PATCH] mtd: DETAILEDTARGET: short summary
-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.
- Empty new line
--
2.49.0