Re: [PATCH v1] docs: networking: can: change bcm_msg_head frames member to support flexible array
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-09-09 10:35:52
Also in:
linux-can, lkml
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-09-09 10:35:52
Also in:
linux-can, lkml
On 9/4/25 8:25 AM, Oliver Hartkopp wrote:
On 04.09.25 05:17, Alex Tran wrote:quoted
The documentation of the 'bcm_msg_head' struct does not match how it is defined in 'bcm.h'. Changed the frames member to a flexible array, matching the definition in the header file. See commit 94dfc73e7cf4 ("treewide: uapi: Replace zero-length arrays with flexible-array members") Bug 217783 <https://bugzilla.kernel.org/show_bug.cgi?id=217783> Signed-off-by: Alex Tran <redacted>Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
@Mark, @Oliver: I assume you want us to apply this patch directly to the net tree, am I correct? If so, @Alex: please use a formal 'Fixes:' tag for the blamed commit and 'Link: to reference the bz entry, thanks! Paolo