summaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2019-08-12 14:50:34 -0700
committerVasily Gorbik <gor@linux.ibm.com>2019-10-31 17:20:52 +0100
commit4f84b383511de8dabc9bed2b98d2918830723527 (patch)
tree042d3bfac2f1acfa034a7030c9e91a0ef76981dc /drivers/s390
parentcceb018377a123dd77d3239bbdbfbdf50f0d6a71 (diff)
downloadlinux-4f84b383511de8dabc9bed2b98d2918830723527.tar.gz
linux-4f84b383511de8dabc9bed2b98d2918830723527.tar.bz2
linux-4f84b383511de8dabc9bed2b98d2918830723527.zip
s390/boot: fix section name escaping
GCC unescapes escaped string section names while Clang does not. Because __section uses the `#` stringification operator for the section name, it doesn't need to be escaped. This antipattern was found with: $ grep -e __section\(\" -e __section__\(\" -r Reported-by: Sedat Dilek <sedat.dilek@gmail.com> Suggested-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Message-Id: <20190812215052.71840-1-ndesaulniers@google.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions