Re: [RFC PATCH] staging: rtl8192u: indicate_packets() can be static

2020-05-18 Thread Dan Carpenter
On Sun, May 17, 2020 at 01:49:50PM -0700, Joe Perches wrote: > On Mon, 2020-05-18 at 04:22 +0800, kbuild test robot wrote: > > Signed-off-by: kbuild test robot > > --- > > This doesn't apply on Linus' tree or -next so perhaps the > robot should put what tree and branch patches like these > are

Re: [RFC PATCH] staging: rtl8192u: indicate_packets() can be static

2020-05-17 Thread Joe Perches
On Mon, 2020-05-18 at 04:22 +0800, kbuild test robot wrote: > Signed-off-by: kbuild test robot > --- This doesn't apply on Linus' tree or -next so perhaps the robot should put what tree and branch patches like these are meant to be applied on after the --- line > ieee80211_rx.c |2 +- > 1

[RFC PATCH] staging: rtl8192u: indicate_packets() can be static

2020-05-17 Thread kbuild test robot
Signed-off-by: kbuild test robot --- ieee80211_rx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c index 3309f64be4c94..bceff1ba3d7d4 100644 ---