diff options
author | Jules Irenge <jbi.octave@gmail.com> | 2020-04-11 03:19:31 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-04-24 19:56:37 +0300 |
commit | bc834e074e36262d62a9e26742ed5a5246a469eb (patch) | |
tree | b9b90c6b6017a724cf059e191e661a71242942a9 /drivers/scsi/mpt3sas/mpt3sas_base.c | |
parent | d1ec20a55f6c8ce485fd298a015ec83d7e5326d8 (diff) | |
download | linux-bc834e074e36262d62a9e26742ed5a5246a469eb.tar.xz |
scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()
Sparse reports the following warning:
warning: context imbalance in bnx2fc_abts_cleanup() - unexpected unlock
The root cause is the missing annotation at bnx2fc_abts_cleanup(). Add the
missing __must_hold(&tgt->tgt_lock) annotation.
Link: https://lore.kernel.org/r/20200411001933.10072-8-jbi.octave@gmail.com
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpt3sas_base.c')
0 files changed, 0 insertions, 0 deletions