Hello,
I found a contradiction in process/submitting-patches.rst: The canonical patch subject line is:: Subject: [PATCH 001/123] subsystem: summary phrase The ``summary phrase`` may be prefixed by tags enclosed in square brackets: "Subject: [PATCH <tag>...] <summary phrase>".The former means "summary phrase" doesn't include "subsystem", while the latter means "summary phrase" includes "subsystem".
So, which one is correct? -- Integral