* [PATCH] mac80211: fix kernel-doc comments in mac80211.h
@ 2015-05-18 20:39 andrey.konovalov
2015-05-20 13:03 ` Johannes Berg
0 siblings, 1 reply; 7+ messages in thread
From: andrey.konovalov @ 2015-05-18 20:39 UTC (permalink / raw)
To: johannes, emmanuel.grumbach; +Cc: linux-wireless, Andrey Konovalov
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] mac80211: fix kernel-doc comments in mac80211.h
2015-05-18 20:39 [PATCH] mac80211: fix kernel-doc comments in mac80211.h andrey.konovalov
@ 2015-05-20 13:03 ` Johannes Berg
2015-05-27 23:30 ` Ben Hutchings
0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2015-05-20 13:03 UTC (permalink / raw)
To: andrey.konovalov; +Cc: emmanuel.grumbach, linux-wireless
On Mon, 2015-05-18 at 23:39 +0300, andrey.konovalov@linaro.org wrote:
> 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.
This was already fixed.
johannes
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mac80211: fix kernel-doc comments in mac80211.h
2015-05-20 13:03 ` Johannes Berg
@ 2015-05-27 23:30 ` Ben Hutchings
2015-05-28 7:00 ` Johannes Berg
0 siblings, 1 reply; 7+ messages in thread
From: Ben Hutchings @ 2015-05-27 23:30 UTC (permalink / raw)
To: Johannes Berg; +Cc: andrey.konovalov, emmanuel.grumbach, linux-wireless
[-- Attachment #1: Type: text/plain, Size: 769 bytes --]
On Wed, 2015-05-20 at 15:03 +0200, Johannes Berg wrote:
> On Mon, 2015-05-18 at 23:39 +0300, andrey.konovalov@linaro.org wrote:
> > 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.
>
> This was already fixed.
It's been one week and this is still broken in Linus's tree. There was
a fix for some of the other warnings, but I don't see these errors fixed
anywhere.
Ben.
--
Ben Hutchings
It is a miracle that curiosity survives formal education. - Albert Einstein
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mac80211: fix kernel-doc comments in mac80211.h
2015-05-27 23:30 ` Ben Hutchings
@ 2015-05-28 7:00 ` Johannes Berg
2015-05-28 12:34 ` Ben Hutchings
0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2015-05-28 7:00 UTC (permalink / raw)
To: Ben Hutchings; +Cc: andrey.konovalov, emmanuel.grumbach, linux-wireless
On Thu, 2015-05-28 at 00:30 +0100, Ben Hutchings wrote:
> On Wed, 2015-05-20 at 15:03 +0200, Johannes Berg wrote:
> > On Mon, 2015-05-18 at 23:39 +0300, andrey.konovalov@linaro.org wrote:
> > > 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.
> >
> > This was already fixed.
>
> It's been one week and this is still broken in Linus's tree. There was
> a fix for some of the other warnings, but I don't see these errors fixed
> anywhere.
Yeah, somehow I put this into my -next pile... Given how late we are, I
don't think I want to change that now though.
johannes
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mac80211: fix kernel-doc comments in mac80211.h
2015-05-28 7:00 ` Johannes Berg
@ 2015-05-28 12:34 ` Ben Hutchings
2015-05-28 12:36 ` Johannes Berg
0 siblings, 1 reply; 7+ messages in thread
From: Ben Hutchings @ 2015-05-28 12:34 UTC (permalink / raw)
To: Johannes Berg; +Cc: andrey.konovalov, emmanuel.grumbach, linux-wireless
[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]
On Thu, 2015-05-28 at 09:00 +0200, Johannes Berg wrote:
> On Thu, 2015-05-28 at 00:30 +0100, Ben Hutchings wrote:
> > On Wed, 2015-05-20 at 15:03 +0200, Johannes Berg wrote:
> > > On Mon, 2015-05-18 at 23:39 +0300, andrey.konovalov@linaro.org wrote:
> > > > 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.
> > >
> > > This was already fixed.
> >
> > It's been one week and this is still broken in Linus's tree. There was
> > a fix for some of the other warnings, but I don't see these errors fixed
> > anywhere.
>
> Yeah, somehow I put this into my -next pile... Given how late we are, I
> don't think I want to change that now though.
It's a build failure so it should go upstream now.
I ran into this while packaging Linux 4.1 for Debian, and had to debug
and fix it again, so that's now three people who have had to spend time
on this.
Ben.
--
Ben Hutchings
It is a miracle that curiosity survives formal education. - Albert Einstein
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mac80211: fix kernel-doc comments in mac80211.h
2015-05-28 12:34 ` Ben Hutchings
@ 2015-05-28 12:36 ` Johannes Berg
2015-06-01 2:51 ` Randy Dunlap
0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2015-05-28 12:36 UTC (permalink / raw)
To: Ben Hutchings; +Cc: andrey.konovalov, emmanuel.grumbach, linux-wireless
On Thu, 2015-05-28 at 13:34 +0100, Ben Hutchings wrote:
> It's a build failure so it should go upstream now.
Ok, I was under the impression it's a warning.
I guess I'll just have to send a copy of the commit to 4.1 then - git
will sort out getting it twice I suppose.
johannes
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mac80211: fix kernel-doc comments in mac80211.h
2015-05-28 12:36 ` Johannes Berg
@ 2015-06-01 2:51 ` Randy Dunlap
0 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2015-06-01 2:51 UTC (permalink / raw)
To: Johannes Berg, Ben Hutchings
Cc: andrey.konovalov, emmanuel.grumbach, linux-wireless
On 05/28/15 05:36, Johannes Berg wrote:
> On Thu, 2015-05-28 at 13:34 +0100, Ben Hutchings wrote:
>
>> It's a build failure so it should go upstream now.
>
> Ok, I was under the impression it's a warning.
>
> I guess I'll just have to send a copy of the commit to 4.1 then - git
> will sort out getting it twice I suppose.
>
> johannes
>
> --
Still getting this build failure. Please get the fix merged soon.
--
~Randy
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-06-01 2:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 20:39 [PATCH] mac80211: fix kernel-doc comments in mac80211.h andrey.konovalov
2015-05-20 13:03 ` 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
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).