aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2021-03-23 22:57:26 +0100
committerJens Axboe <[email protected]>2021-03-24 06:56:20 -0600
commitf66116f7b2138b584b9fa4ddeedb4bcc670f1942 (patch)
tree7b27cd9655025a1377860219fa22bb1c926503df /tools/perf/scripts/python/syscall-counts-by-pid.py
parent2907f851f64a2f1ec5d75e60740e0819a660c5c0 (diff)
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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions