[PATCH] devlink: fix flexible_array.cocci warning

Subsystems: networking [general], the rest

STALE1738d LANDED

Landed in mainline as 96d0c9be432d on 2021-11-04.

2 messages, 2 authors, 2021-11-05 · open the first message on its own page

[PATCH] devlink: fix flexible_array.cocci warning

From: Guo Zhengkui <hidden>
Date: 2021-11-03 12:17:01

Fix following coccicheck warning:
./net/core/devlink.c:69:6-10: WARNING use flexible-array member instead

Signed-off-by: Guo Zhengkui <redacted>
---
 net/core/devlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/core/devlink.c b/net/core/devlink.c
index 6b5ee862429e..5ba4f9434acd 100644
--- a/net/core/devlink.c
+++ b/net/core/devlink.c
@@ -66,7 +66,7 @@ struct devlink {
 	u8 reload_failed:1;
 	refcount_t refcount;
 	struct completion comp;
-	char priv[0] __aligned(NETDEV_ALIGN);
+	char priv[] __aligned(NETDEV_ALIGN);
 };
 
 void *devlink_priv(struct devlink *devlink)
-- 
2.20.1

Re: [PATCH] devlink: fix flexible_array.cocci warning

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-11-05 00:00:12

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski [off-list ref]:

On Wed,  3 Nov 2021 20:16:06 +0800 you wrote:
Fix following coccicheck warning:
./net/core/devlink.c:69:6-10: WARNING use flexible-array member instead

Signed-off-by: Guo Zhengkui <redacted>
---
 net/core/devlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
  - devlink: fix flexible_array.cocci warning
    https://git.kernel.org/netdev/net/c/96d0c9be432d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help