summaryrefslogtreecommitdiff
path: root/net/llc
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2018-09-14 13:36:48 +0930
committerMichael Ellerman <mpe@ellerman.id.au>2018-09-19 22:08:12 +1000
commite00d93ac9a189673028ac125a74b9bc8ae73eebc (patch)
tree1dd43f3063d20558ef750993492430f5c65e1e17 /net/llc
parentee9d21b3b3583712029a0db65a4b7c081d08d3b3 (diff)
powerpc: Fix duplicate const clang warning in user access code
This re-applies commit b91c1e3e7a6f ("powerpc: Fix duplicate const clang warning in user access code") (Jun 2015) which was undone in commits: f2ca80905929 ("powerpc/sparse: Constify the address pointer in __get_user_nosleep()") (Feb 2017) d466f6c5cac1 ("powerpc/sparse: Constify the address pointer in __get_user_nocheck()") (Feb 2017) f84ed59a612d ("powerpc/sparse: Constify the address pointer in __get_user_check()") (Feb 2017) We see a large number of duplicate const errors in the user access code when building with llvm/clang: include/linux/pagemap.h:576:8: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] ret = __get_user(c, uaddr); The problem is we are doing const __typeof__(*(ptr)), which will hit the warning if ptr is marked const. Removing const does not seem to have any effect on GCC code generation. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'net/llc')
0 files changed, 0 insertions, 0 deletions