]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: additional MAINTAINER section entry ordering checks
authorJoe Perches <joe@perches.com>
Thu, 4 Jun 2020 23:50:33 +0000 (16:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:25 +0000 (19:06 -0700)
commit9e3cb8779711574d002c33c28901593c3a526353
tree0fe6c7a1b01968e66c54ba11c6d8c0d0a7f17841
parentcef8715d5a3dc1c8a7bf79af93c03686c6686270
checkpatch: additional MAINTAINER section entry ordering checks

There is a preferred order for the entries in MAINTAINERS sections.

See commits bcd4fa353379 ("MAINTAINERS: sort field names for all
entries") and 36ad598a68b9 ("MAINTAINERS: list the section entries in
the preferred order")

Add checkpatch tests to try to keep that ordering.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: http://lkml.kernel.org/r/17677130b3ca62d79817e6a22546bad39d7e81b4.camel@perches.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl