* [PATCH] wireless: fix sta_info.h kernel-doc warnings
@ 2010-05-21 18:28 Randy Dunlap
2010-05-21 18:32 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-05-21 18:28 UTC (permalink / raw)
To: linux-wireless; +Cc: John W. Linville, Johannes Berg
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix sta_info.h kernel-doc warnings:
Warning(net/mac80211/sta_info.h:164): No description found for parameter 'tid_active_rx[STA_TID_NUM]'
Warning(net/mac80211/sta_info.h:164): Excess struct/union/enum/typedef member 'tid_state_rx' description in 'sta_ampdu_mlme'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
---
net/mac80211/sta_info.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.34-git6.orig/net/mac80211/sta_info.h
+++ linux-2.6.34-git6/net/mac80211/sta_info.h
@@ -145,7 +145,7 @@ enum plink_state {
/**
* struct sta_ampdu_mlme - STA aggregation information.
*
- * @tid_state_rx: TID's state in Rx session state machine.
+ * @tid_active_rx: TID's state in Rx session state machine.
* @tid_rx: aggregation info for Rx per TID
* @tid_state_tx: TID's state in Tx session state machine.
* @tid_tx: aggregation info for Tx per TID
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] wireless: fix sta_info.h kernel-doc warnings
2010-05-21 18:28 [PATCH] wireless: fix sta_info.h kernel-doc warnings Randy Dunlap
@ 2010-05-21 18:32 ` Johannes Berg
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2010-05-21 18:32 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-wireless, John W. Linville
On Fri, 2010-05-21 at 11:28 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix sta_info.h kernel-doc warnings:
>
> Warning(net/mac80211/sta_info.h:164): No description found for parameter 'tid_active_rx[STA_TID_NUM]'
> Warning(net/mac80211/sta_info.h:164): Excess struct/union/enum/typedef member 'tid_state_rx' description in 'sta_ampdu_mlme'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Thanks, and apologies for breaking this again.
Acked-by: Johannes Berg <johannes@sipsolutions.net>
> Cc: Johannes Berg <johannes@sipsolutions.net>
> ---
> net/mac80211/sta_info.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.34-git6.orig/net/mac80211/sta_info.h
> +++ linux-2.6.34-git6/net/mac80211/sta_info.h
> @@ -145,7 +145,7 @@ enum plink_state {
> /**
> * struct sta_ampdu_mlme - STA aggregation information.
> *
> - * @tid_state_rx: TID's state in Rx session state machine.
> + * @tid_active_rx: TID's state in Rx session state machine.
> * @tid_rx: aggregation info for Rx per TID
> * @tid_state_tx: TID's state in Tx session state machine.
> * @tid_tx: aggregation info for Tx per TID
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-21 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-21 18:28 [PATCH] wireless: fix sta_info.h kernel-doc warnings Randy Dunlap
2010-05-21 18:32 ` Johannes Berg
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).