Re: [PATCH v4] net: kernel-doc compliant documentation for net_device
From: David Miller <davem@davemloft.net>
Date: 2014-08-01 04:34:46
From: David Miller <davem@davemloft.net>
Date: 2014-08-01 04:34:46
From: Karoly Kemeny <redacted> Date: Wed, 30 Jul 2014 20:27:36 +0200
Net_device is a vast and important structure, but it has no kernel-doc compliant documentation. This patch extracts the comments from the structure to clean it up, and let the scripts extract documentation from it. I know that the patch is big, but it's just reordering of comments into the appropriate form, and adding a few more, for the missing members. Signed-off-by: Karoly Kemeny <redacted> Acked-by: Randy Dunlap <redacted>
Applied to net-next, thanks.