[PATCH] aacraid: fix semicolon.cocci warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: kbuild test robot <lkp@xxxxxxxxx>

drivers/scsi/aacraid/aachba.c:2699:15-16: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 73021c7fb117 ("aacraid: use blk_mq_rq_busy_iter() for traversing outstanding commands")
CC: Hannes Reinecke <hare@xxxxxxx>
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---

url:    https://github.com/0day-ci/linux/commits/Hannes-Reinecke/scsi-remove-legacy-cmd_list-implementation/20191102-214752
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git for-next

 aachba.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/scsi/aacraid/aachba.c
+++ b/drivers/scsi/aacraid/aachba.c
@@ -2696,7 +2696,7 @@ static bool synchronize_busy_iter(struct
 			return true;
 		if (((cmnd_lba + cmnd_count) < busy_data->lba) ||
 		    (busy_data->count && ((busy_data->lba + busy_data->count) < cmnd_lba)))
-			return true;;
+			return true;
 		++busy_data->active;
 	}
 	return true;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux