]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Fix mac80211.h docbook comments
authorJonathan Corbet <corbet@lwn.net>
Mon, 13 Apr 2015 16:27:35 +0000 (18:27 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Apr 2015 11:05:30 +0000 (13:05 +0200)
commit0d810ecd9c602fc5262b2f8ff3b46c9385c3f64a
tree783a218df82a4f4771166de0f0de14db0a99e823
parent26b8c6d79361e9106b844acca755fe774bba45c9
mac80211: Fix mac80211.h docbook comments

A couple of enums in mac80211.h became structures recently, but the
comments didn't follow suit, leading to errors like:

  Error(.//include/net/mac80211.h:367): Cannot parse enum!
  Documentation/DocBook/Makefile:93: recipe for target 'Documentation/DocBook/80211.xml' failed
  make[1]: *** [Documentation/DocBook/80211.xml] Error 1
  Makefile:1361: recipe for target 'mandocs' failed
  make: *** [mandocs] Error 2

Fix the comments comments accordingly.  Added a couple of other small
comment fixes while I was there to silence other recently-added docbook
warnings.

Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h