Merge branch 'kdoc'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2014 20:59:13 +0000 (15:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2014 20:59:13 +0000 (15:59 -0500)
Luis R. Rodriguez says:

====================
net: start kdoc'ifying net_device

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge