From: andrey.konovalov@linaro.org
To: johannes@sipsolutions.net, emmanuel.grumbach@intel.com
Cc: linux-wireless@vger.kernel.org,
Andrey Konovalov <andrey.konovalov@linaro.org>
Subject: [PATCH] mac80211: fix kernel-doc comments in mac80211.h
Date: Mon, 18 May 2015 23:39:28 +0300 [thread overview]
Message-ID: <555a4e12.e323700a.26a6.ffff9e65@mx.google.com> (raw)
Commits a818292 "mac80211: convert rssi_callback() to event_callback()"
and a940909 "mac80211: notify the driver about authentication status"
added two errors and one warning when building docs for the mac80211
driver. Fix the kernel-doc comments so that the documentation targets
could be built successfully again.
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
---
include/net/mac80211.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index b4bef11..dbb5f33 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -354,7 +354,7 @@ enum ieee80211_rssi_event_data {
};
/**
- * enum ieee80211_rssi_event - data attached to an %RSSI_EVENT
+ * struct ieee80211_rssi_event - data attached to an %RSSI_EVENT
* @data: See &enum ieee80211_rssi_event_data
*/
struct ieee80211_rssi_event {
@@ -388,7 +388,7 @@ enum ieee80211_mlme_event_status {
};
/**
- * enum ieee80211_mlme_event - data attached to an %MLME_EVENT
+ * struct ieee80211_mlme_event - data attached to an %MLME_EVENT
* @data: See &enum ieee80211_mlme_event_data
* @status: See &enum ieee80211_mlme_event_status
* @reason: the reason code if applicable
@@ -401,7 +401,7 @@ struct ieee80211_mlme_event {
/**
* struct ieee80211_event - event to be sent to the driver
- * @type The event itself. See &enum ieee80211_event_type.
+ * @type: The event itself. See &enum ieee80211_event_type.
* @rssi: relevant if &type is %RSSI_EVENT
* @mlme: relevant if &type is %AUTH_EVENT
*/
--
1.7.9.5
next reply other threads:[~2015-05-18 20:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 20:39 andrey.konovalov [this message]
2015-05-20 13:03 ` [PATCH] mac80211: fix kernel-doc comments in mac80211.h Johannes Berg
2015-05-27 23:30 ` Ben Hutchings
2015-05-28 7:00 ` Johannes Berg
2015-05-28 12:34 ` Ben Hutchings
2015-05-28 12:36 ` Johannes Berg
2015-06-01 2:51 ` Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=555a4e12.e323700a.26a6.ffff9e65@mx.google.com \
--to=andrey.konovalov@linaro.org \
--cc=emmanuel.grumbach@intel.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).