aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2024-02-12 12:20:51 +0100
committerGravatar Helge Deller <deller@gmx.de> 2024-02-27 22:51:44 +0100
commitcf159848860d38c2f2509ec19d595f5490ed03e5 (patch)
tree094633d63b100bbb1ce221998595071494fd7be7 /security
parentparisc: Show kernel unaligned memory accesses (diff)
downloadlinux-cf159848860d38c2f2509ec19d595f5490ed03e5.tar.gz
linux-cf159848860d38c2f2509ec19d595f5490ed03e5.tar.bz2
linux-cf159848860d38c2f2509ec19d595f5490ed03e5.zip
parisc: avoid c23 'nullptr' idenitifier
Starting in c23, this is a reserved keyword, so in the future, using it will start causing build failures: arch/parisc/math-emu/frnd.c:36:23: error: expected ';', ',' or ')' before 'nullptr' Since I can't think of a good replacement name, add a leading underscore to the function argument to avoid this namespace conflict. Apparently all of these arguments are unused. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions