public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] RDMA/erdma: remove unneeded semicolon
@ 2022-06-08  0:55 Yang Li
  2022-06-08  3:36 ` Cheng Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Yang Li @ 2022-06-08  0:55 UTC (permalink / raw)
  To: chengyou; +Cc: kaishen, jgg, leon, linux-rdma, linux-kernel, Yang Li,
	Abaci Robot

Eliminate the following coccicheck warning:
./drivers/infiniband/hw/erdma/erdma_qp.c:254:3-4: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/infiniband/hw/erdma/erdma_qp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/hw/erdma/erdma_qp.c b/drivers/infiniband/hw/erdma/erdma_qp.c
index 6d49095662c8..a33b29ef11a5 100644
--- a/drivers/infiniband/hw/erdma/erdma_qp.c
+++ b/drivers/infiniband/hw/erdma/erdma_qp.c
@@ -251,7 +251,7 @@ static int fill_inline_data(struct erdma_qp *qp,
 					       qp->attrs.sq_size, SQEBB_SHIFT);
 			if (!remain_size)
 				break;
-		};
+		}
 
 		i++;
 	}
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-08 11:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08  0:55 [PATCH -next] RDMA/erdma: remove unneeded semicolon Yang Li
2022-06-08  3:36 ` Cheng Xu
2022-06-08  7:58   ` Leon Romanovsky
2022-06-08 10:41     ` Cheng Xu
2022-06-08 11:51   ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox