diff options
author | Andy Whitcroft <apw@canonical.com> | 2012-03-23 23:02:18 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-24 00:58:36 +0100 |
commit | e45bab8ebfee65ba89b228c1e7c64a6cb0812124 (patch) | |
tree | fe61be22fa4438d5bd132712e730daca9cbf341b /Kbuild | |
parent | checkpatch: allow simple character constants in #defines (diff) | |
download | linux-e45bab8ebfee65ba89b228c1e7c64a6cb0812124.tar.xz linux-e45bab8ebfee65ba89b228c1e7c64a6cb0812124.zip |
checkpatch: handle string concatenation in simple #defines
Adjacent strings indicate concatentation, therefore look at identifiers
directly adjacent to literal strings as strings too. This allows us to
better detect the form below and accept it as a simple constant:
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions