diff options
author | Nigel Christian <nigel.l.christian@gmail.com> | 2021-05-14 01:20:32 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-05-16 00:15:58 +0300 |
commit | 0edca4fc633ce223753c217f135a8036f516357b (patch) | |
tree | 21d3b7555274b18db9b2c92113e83dfafb07944e /include | |
parent | 7f2b3c8bcb7f414c3f3c0a25c352238cbcdc890d (diff) | |
download | linux-0edca4fc633ce223753c217f135a8036f516357b.tar.xz |
scsi: be2iscsi: Remove redundant initialization
The nested for loop variables i and j in beiscsi_free_mem() are initialized
twice. The values outside of the loops are redundant and can be removed.
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/YJ2mMHNqAgTNVVj+@fedora
Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions