diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-07-04 23:53:25 +0200 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-07-18 02:31:39 +0200 |
commit | 4a70ce5f93aaeb0aa81f29c4a3c70f39d8f21087 (patch) | |
tree | 493e6ffe299afa54b221c00bdfdd76d39c57a1f0 /kernel/kallsyms.c | |
parent | lib/scatterlist: use matched parameter type when calling __sg_free_table() (diff) | |
download | linux-4a70ce5f93aaeb0aa81f29c4a3c70f39d8f21087.tar.xz linux-4a70ce5f93aaeb0aa81f29c4a3c70f39d8f21087.zip |
lib/ts_bm.c: remove redundant store to variable consumed after addition
There is no need to store the result of the addition back to variable
consumed after the addition. The store is redundant, replace += with just
+
Cleans up clang scan build warning: lib/ts_bm.c:83:11: warning: Although
the value stored to 'consumed' is used in the enclosing expression, the
value is never actually read from 'consumed' [deadcode.DeadStores]
Link: https://lkml.kernel.org/r/20220704215325.600993-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'kernel/kallsyms.c')
0 files changed, 0 insertions, 0 deletions