Message ID | 1b14ef4f63547c86c544e112b74acfff2b41f4af.1525684985.git.mchehab+samsung@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Johannes Berg |
Headers | show |
Mauro Carvalho Chehab <mchehab+samsung@kernel.org> writes: > Sphinx produces a lot of errors like this: > ./include/net/mac80211.h:2083: warning: bad line: > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Randy already submitted a similar patch: https://patchwork.kernel.org/patch/10367275/ But it seems Johannes has not applied that yet.
On Mon, 2018-05-07 at 15:37 +0300, Kalle Valo wrote: > Mauro Carvalho Chehab <mchehab+samsung@kernel.org> writes: > > > Sphinx produces a lot of errors like this: > > ./include/net/mac80211.h:2083: warning: bad line: > > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > > Randy already submitted a similar patch: > > https://patchwork.kernel.org/patch/10367275/ > > But it seems Johannes has not applied that yet. Yeah, I've been super busy preparing for the plugfest. I'll make a pass over all the patches as soon as I can, hopefully today or tomorrow. johannes
Em Mon, 07 May 2018 14:38:26 +0200 Johannes Berg <johannes@sipsolutions.net> escreveu: > On Mon, 2018-05-07 at 15:37 +0300, Kalle Valo wrote: > > Mauro Carvalho Chehab <mchehab+samsung@kernel.org> writes: > > > > > Sphinx produces a lot of errors like this: > > > ./include/net/mac80211.h:2083: warning: bad line: > > > > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > > > > Randy already submitted a similar patch: > > > > https://patchwork.kernel.org/patch/10367275/ > > > > But it seems Johannes has not applied that yet. > > Yeah, I've been super busy preparing for the plugfest. > > I'll make a pass over all the patches as soon as I can, hopefully today > or tomorrow. Thanks. I'll drop it from my patchset, assuming that you'll be applying Randy's version or mine via your tree. Thanks, Mauro
On Wed, 2018-05-09 at 09:04 -0300, Mauro Carvalho Chehab wrote: > Em Mon, 07 May 2018 14:38:26 +0200 > Johannes Berg <johannes@sipsolutions.net> escreveu: > > > On Mon, 2018-05-07 at 15:37 +0300, Kalle Valo wrote: > > > Mauro Carvalho Chehab <mchehab+samsung@kernel.org> writes: > > > > > > > Sphinx produces a lot of errors like this: > > > > ./include/net/mac80211.h:2083: warning: bad line: > > > > > > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > > > > > > Randy already submitted a similar patch: > > > > > > https://patchwork.kernel.org/patch/10367275/ > > > > > > But it seems Johannes has not applied that yet. > > > > Yeah, I've been super busy preparing for the plugfest. > > > > I'll make a pass over all the patches as soon as I can, hopefully today > > or tomorrow. > > Thanks. I'll drop it from my patchset, assuming that you'll > be applying Randy's version or mine via your tree. Right, I did, just need to send a pull request. johannes
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. *
Sphinx produces a lot of errors like this: ./include/net/mac80211.h:2083: warning: bad line: > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> --- include/net/mac80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)