From: Karoly Kemeny Date: Wed, 30 Jul 2014 18:27:36 +0000 (+0200) Subject: net: kernel-doc compliant documentation for net_device X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536721b1cb3fb50034bf6f6c7a7ea16166970e69;p=pandora-kernel.git net: kernel-doc compliant documentation for net_device 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 Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed