From: Jason Yan Date: Tue, 21 Apr 2020 03:40:29 +0000 (+0800) Subject: scsi: sgiwd93: Remove unneeded semicolon in sgiwd93.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f371d53453772bcbb9ac2201029b66281f713c07;p=linux.git scsi: sgiwd93: Remove unneeded semicolon in sgiwd93.c Fix the following coccicheck warning: drivers/scsi/sgiwd93.c:190:2-3: Unneeded semicolon Link: https://lore.kernel.org/r/20200421034029.28030-1-yanaijie@huawei.com Signed-off-by: Jason Yan Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index 713bce998b0e3..3bdf0deb8f152 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c @@ -187,7 +187,7 @@ static inline void init_hpc_chain(struct ip22_hostdata *hdata) hcp++; dma += sizeof(struct hpc_chunk); start += sizeof(struct hpc_chunk); - }; + } hcp--; hcp->desc.pnext = hdata->dma; }