mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net: start kdoc'ifying net_device
@ 2014-02-26  1:15 Luis R. Rodriguez
  2014-02-26  1:15 ` [PATCH v2 1/2] net: kdoc struct net_device flags and priv_flags Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luis R. Rodriguez @ 2014-02-26  1:15 UTC (permalink / raw)
  To: ben, netdev; +Cc: f.fainelli, davem, linux-kernel, Luis R. Rodriguez

While working on extending some functionality I felt restricted
with the amount of documentation I can add. Part of this is that
the existing style on the header files don't let me be verbose.
This starts addressing that by using kdoc for the net_device
flags, and as Ben noted, the priv_flags can be moved out from
UAPI.

Luis R. Rodriguez (2):
  net: kdoc struct net_device flags and priv_flags
  net: move net_device priv_flags out from UAPI

 include/linux/netdevice.h |  83 ++++++++++++++++++++++++++++
 include/uapi/linux/if.h   | 134 +++++++++++++++++++++++++++-------------------
 2 files changed, 163 insertions(+), 54 deletions(-)

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-27 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26  1:15 [PATCH v2 0/2] net: start kdoc'ifying net_device Luis R. Rodriguez
2014-02-26  1:15 ` [PATCH v2 1/2] net: kdoc struct net_device flags and priv_flags Luis R. Rodriguez
2014-02-26  1:15 ` [PATCH v2 2/2] net: move net_device priv_flags out from UAPI Luis R. Rodriguez
2014-02-27 20:59 ` [PATCH v2 0/2] net: start kdoc'ifying net_device David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome