diff options
author | 2021-03-23 22:57:26 +0100 | |
---|---|---|
committer | 2021-03-24 06:56:20 -0600 | |
commit | f66116f7b2138b584b9fa4ddeedb4bcc670f1942 (patch) | |
tree | 7b27cd9655025a1377860219fa22bb1c926503df /include/linux/blkdev.h | |
parent | xsysace: Remove SYSACE driver (diff) | |
download | wireguard-linux-f66116f7b2138b584b9fa4ddeedb4bcc670f1942.tar.xz wireguard-linux-f66116f7b2138b584b9fa4ddeedb4bcc670f1942.zip |
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 'include/linux/blkdev.h')
0 files changed, 0 insertions, 0 deletions