aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2022-03-17 23:46:46 +0000
committerJens Axboe <[email protected]>2022-03-21 06:31:36 -0600
commit93b4e74789dbdefcffc7baac107069e74d98513c (patch)
treee287efdada440be3bfc985c003775457dd90eeef /net/lapb/lapb_subr.c
parentae53aea611b7a532a52ba966281a8b7a8cfd008a (diff)
xen-blkback: remove redundant assignment to variable i
Variable i is being assigned a value that is never read, it is being re-assigned later in a for-loop. The assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/block/xen-blkback/blkback.c:934:14: warning: Although the value stored to 'i' is used in the enclosing expression, the value is never actually read from 'i' [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Acked-by: Roger Pau MonnĂ© <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions