checkpatch.pl should suggest __section

From: Nick Desaulniers
Date: Fri Aug 09 2019 - 18:21:45 EST


Hi Joe,
While debugging:
https://github.com/ClangBuiltLinux/linux/issues/619
we found a bunch of places where __section is not used but could be,
and uses a string literal when it probably should not be.

Just a thought that maybe checkpatch.pl could warn if
`__attribute__((section` appeared in the added diff, and suggest
__section? Then further warn to not use `""` for the section name?
--
Thanks,
~Nick Desaulniers