From: David S. Miller Date: Thu, 27 Feb 2014 20:59:13 +0000 (-0500) Subject: Merge branch 'kdoc' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e1fbf2607452259ec7336bbe78936e99c857e447;p=linux-beck.git 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 --- e1fbf2607452259ec7336bbe78936e99c857e447