aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.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 12:31:36 +0000
commit93b4e74789dbdefcffc7baac107069e74d98513c (patch)
treee287efdada440be3bfc985c003775457dd90eeef /net/unix/af_unix.c
parentMerge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1... (diff)
downloadkernel-93b4e74789dbdefcffc7baac107069e74d98513c.tar.gz
kernel-93b4e74789dbdefcffc7baac107069e74d98513c.zip
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/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions