Re: [PATCH net-next 00/10] docs: net: updates for old and cobwebbed docs
From: Randy Dunlap <hidden>
Date: 2026-05-27 00:51:48
Also in:
linux-doc
From: Randy Dunlap <hidden>
Date: 2026-05-27 00:51:48
Also in:
linux-doc
On 5/26/26 3:40 PM, Jakub Kicinski wrote:
On Tue, 26 May 2026 15:37:19 -0700 Jakub Kicinski wrote:quoted
On Tue, 26 May 2026 11:48:41 -0700 Randy Dunlap wrote:quoted
WARNING: ../include/linux/netdevice.h:2622 Excess struct member 'ax25_ptr' description in 'net_device'I wonder how that sneaked in? ;) ;) I'll clean this up separately, hopefully we haven't regressed too many things while the script was broken :(Ugh, I'm still not seeing this on Linus's tree. Is the fix for kernel-doc skipping such warnings on its way to Linus, or queue for -next?
It's in today's linux-next (20260526), line 1950 of
include/linux/netdevice.h:
* @ax25_ptr: AX.25 specific data
from 2014:
commit 536721b1cb3f
Author: Karoly Kemeny [off-list ref]
Date: Wed Jul 30 20:27:36 2014 +0200
net: kernel-doc compliant documentation for net_device
--
~Randy