OSDN Git Service

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)
commite1fbf2607452259ec7336bbe78936e99c857e447
tree5d9ad1e699307062180dd48e6f4c63199811ef69
parent118ce7ab9785846e1c673f6130bee526c127206c
parent7aa98047df95d7caf0678e939cdd936dfb99cd06
Merge branch 'kdoc'

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>