summary refs log tree commit diff
path: root/crypto/ecrdsa_defs.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-03-23 22:57:26 +0100
committerJens Axboe <axboe@kernel.dk>2021-03-24 06:56:20 -0600
commitf66116f7b2138b584b9fa4ddeedb4bcc670f1942 (patch)
tree7b27cd9655025a1377860219fa22bb1c926503df /crypto/ecrdsa_defs.h
parent2907f851f64a2f1ec5d75e60740e0819a660c5c0 (diff)
downloadlinux-f66116f7b2138b584b9fa4ddeedb4bcc670f1942.tar.gz
rsxx: remove extraneous 'const' qualifier
The returned string from rsxx_card_state_to_str is 'const',
but the other qualifier doesn't change anything here except
causing a warning with 'clang -Wextra':

drivers/block/rsxx/core.c:393:21: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
static const char * const rsxx_card_state_to_str(unsigned int state)

Fixes: f37912039eb0 ("block: IBM RamSan 70/80 trivial changes.")
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210323215753.281668-1-arnd@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'crypto/ecrdsa_defs.h')
0 files changed, 0 insertions, 0 deletions