public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] RDMA/erdma: Remove duplicated include in erdma_cm.c
@ 2022-06-08  1:04 Yang Li
  2022-06-08  6:12 ` Cheng Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-06-08  1:04 UTC (permalink / raw)
  To: chengyou; +Cc: kaishen, jgg, leon, linux-rdma, linux-kernel, Yang Li,
	Abaci Robot

Fix following includecheck warning:
./drivers/infiniband/hw/erdma/erdma_cm.c: linux/inetdevice.h is included more than once.

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

diff --git a/drivers/infiniband/hw/erdma/erdma_cm.c b/drivers/infiniband/hw/erdma/erdma_cm.c
index f97711b3689a..7cc0a99c459e 100644
--- a/drivers/infiniband/hw/erdma/erdma_cm.c
+++ b/drivers/infiniband/hw/erdma/erdma_cm.c
@@ -13,7 +13,6 @@
 #include <linux/errno.h>
 #include <linux/inetdevice.h>
 #include <linux/net.h>
-#include <linux/inetdevice.h>
 #include <net/addrconf.h>
 #include <linux/tcp.h>
 #include <linux/types.h>
-- 
2.20.1.7.g153144c


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

* Re: [PATCH -next] RDMA/erdma: Remove duplicated include in erdma_cm.c
  2022-06-08  1:04 [PATCH -next] RDMA/erdma: Remove duplicated include in erdma_cm.c Yang Li
@ 2022-06-08  6:12 ` Cheng Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Cheng Xu @ 2022-06-08  6:12 UTC (permalink / raw)
  To: Yang Li; +Cc: kaishen, jgg, leon, linux-rdma, linux-kernel, Abaci Robot



On 6/8/22 9:04 AM, Yang Li wrote:
> Fix following includecheck warning:
> ./drivers/infiniband/hw/erdma/erdma_cm.c: linux/inetdevice.h is included more than once.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>


Reviewed-by: Cheng Xu <chengyou@linux.alibaba.com>

Thanks.

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08  1:04 [PATCH -next] RDMA/erdma: Remove duplicated include in erdma_cm.c Yang Li
2022-06-08  6:12 ` Cheng Xu

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