diff options
author | Joe Perches <[email protected]> | 2020-12-15 20:44:43 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-12-15 22:46:17 -0800 |
commit | 339f29d91acf3f49bcf919f0e11437438f58559a (patch) | |
tree | bb6fd1451eb018c1142b3629dbe9f37fc529dbf4 /drivers/platform/surface/aggregator/ssh_parser.c | |
parent | 47ca69b85821e150cfbbe86a18a038e9488c0090 (diff) |
checkpatch: update __attribute__((section("name"))) quote removal
commit 33def8498fdd ("treewide: Convert macro and uses of
__section(foo) to __section("foo")") removed the stringification of the
section name and now requires quotes around the named section.
Update checkpatch to not remove any quotes when suggesting conversion
of __attribute__((section("name"))) to __section("name")
Miscellanea:
o Add section to the hash with __section replacement
o Remove separate test for __attribute__((section
o Remove the limitation on converting attributes containing only
known, possible conversions. Any unknown attribute types are now
left as-is and known types are converted and moved before
__attribute__ and removed from within the __attribute__((list...)).
[[email protected]: eliminate the separate test below the possible conversions loop]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Joe Perches <[email protected]>
Cc: Dwaipayan Ray <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/platform/surface/aggregator/ssh_parser.c')
0 files changed, 0 insertions, 0 deletions