* [PATCH] mac80211: Fix bad line warning
@ 2018-04-04 11:53 Masanari Iida
2018-04-04 15:48 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2018-04-04 11:53 UTC (permalink / raw)
To: davem, netdev, linux-kernel; +Cc: Masanari Iida
After 03fe2debbb2771fb90881e merged during 4.17 marge window,
I start to see following warning during "make xmldocs"
./include/net/mac80211.h:2083: warning: bad line: >
Replace ">" with "*" fix the issue.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
include/net/mac80211.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index d2279b2d61aa..b2f3a0c018e7 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -2080,7 +2080,7 @@ struct ieee80211_txq {
* virtual interface might not be given air time for the transmission of
* the frame, as it is not synced with the AP/P2P GO yet, and thus the
* deauthentication frame might not be transmitted.
- >
+ *
* @IEEE80211_HW_DOESNT_SUPPORT_QOS_NDP: The driver (or firmware) doesn't
* support QoS NDP for AP probing - that's most likely a driver bug.
*
--
2.17.0.rc2.3.gc2a499e6c31e
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mac80211: Fix bad line warning
2018-04-04 11:53 [PATCH] mac80211: Fix bad line warning Masanari Iida
@ 2018-04-04 15:48 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-04-04 15:48 UTC (permalink / raw)
To: standby24x7; +Cc: netdev, linux-kernel, linux-wireless
From: Masanari Iida <standby24x7@gmail.com>
Date: Wed, 4 Apr 2018 20:53:33 +0900
> After 03fe2debbb2771fb90881e merged during 4.17 marge window,
> I start to see following warning during "make xmldocs"
>
> ./include/net/mac80211.h:2083: warning: bad line: >
>
> Replace ">" with "*" fix the issue.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Adding linux-wireless to CC:
> ---
> include/net/mac80211.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/net/mac80211.h b/include/net/mac80211.h
> index d2279b2d61aa..b2f3a0c018e7 100644
> --- a/include/net/mac80211.h
> +++ b/include/net/mac80211.h
> @@ -2080,7 +2080,7 @@ struct ieee80211_txq {
> * virtual interface might not be given air time for the transmission of
> * the frame, as it is not synced with the AP/P2P GO yet, and thus the
> * deauthentication frame might not be transmitted.
> - >
> + *
> * @IEEE80211_HW_DOESNT_SUPPORT_QOS_NDP: The driver (or firmware) doesn't
> * support QoS NDP for AP probing - that's most likely a driver bug.
> *
> --
> 2.17.0.rc2.3.gc2a499e6c31e
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-04 15:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 11:53 [PATCH] mac80211: Fix bad line warning Masanari Iida
2018-04-04 15:48 ` David Miller
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).