On Tue, 15 Dec 2020 20:42:36 +0000 Milan Lakhani <milan.lakhani@xxxxxxxxxxxxxxx> wrote: > Renumber the steps in submit-checklist.rst as some numbers were skipped. > > Fixes: 72deb455b5ec ("block: remove CONFIG_LBDAF") > Signed-off-by: Milan Lakhani <milan.lakhani@xxxxxxxxxxxxxxx> > --- > Documentation/process/submit-checklist.rst | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) > > diff --git a/Documentation/process/submit-checklist.rst b/Documentation/process/submit-checklist.rst > index 1879f88..230ee42 100644 > --- a/Documentation/process/submit-checklist.rst > +++ b/Documentation/process/submit-checklist.rst > @@ -75,44 +75,44 @@ and elsewhere regarding submitting Linux kernel patches. > 13) Has been build- and runtime tested with and without ``CONFIG_SMP`` and > ``CONFIG_PREEMPT.`` > > -16) All codepaths have been exercised with all lockdep features enabled. > +14) All codepaths have been exercised with all lockdep features enabled. > > -17) All new ``/proc`` entries are documented under ``Documentation/`` > +15) All new ``/proc`` entries are documented under ``Documentation/`` [...] I've applied this, but, if you're going to stick a "Fixes" tag onto a patch, it's probably only polite to copy the original author. I'm not fully convinced that the tag is warranted in this case. This document seems out of date in a number of ways; it could really use a rather more thorough updating than this. Thanks, jon