On Thu, Jan 23, 2020 at 06:38:53AM +,
kohada.tetsuh...@dc.mitsubishielectric.co.jp wrote:
Hello, Greg.
Thank you for the quick reply.
Also the patch does not apply to the linux-next tree at all, so I can't take it.
The patch I sent was based on the master branch of
“https://git.kernel.o
From: Edmund Huber
These changes remove checkpatch.pl warnings from comedi/drivers/ni_pcimio.c .
No testing done, all patches build and checkpatch cleanly.
Edmund Huber (2):
comedi: remove camelcase
comedi: move #ifdef 0'd stuff to TODO
drivers/staging/comedi/TODO| 1 +
d
From: Edmund Huber
---
drivers/staging/comedi/drivers/ni_pcimio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ni_pcimio.c
b/drivers/staging/comedi/drivers/ni_pcimio.c
index 14b26fffe..e2e64e234 100644
--- a/drivers/staging/comedi/driver
From: Edmund Huber
---
drivers/staging/comedi/TODO| 1 +
drivers/staging/comedi/drivers/ni_pcimio.c | 48 --
2 files changed, 1 insertion(+), 48 deletions(-)
diff --git a/drivers/staging/comedi/TODO b/drivers/staging/comedi/TODO
index f733c017f..4fe1028ca 10
From: Anmol Sarma
Fixes the following sparse warning:
27:5: warning: symbol 'rtl8180_rates' was not declared. Should it be static?
Signed-off-by: Anmol Sarma
---
drivers/staging/rtl8187se/r8180_wx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8187se/r
From: Anmol Sarma
Fixes the following sparse warnings:
50:14: warning: symbol 'ieee80211_MFIE_rate_len' was not declared. Should it be
static?
68:6: warning: symbol 'ieee80211_MFIE_Brate' was not declared. Should it be
static?
85:6: warning: symbol 'ieee80211_MFIE_Grate' was not declared. Should
From: Anmol Sarma
Fixes the following sparse warnings:
390:6: warning: symbol 'buffer_free' was not declared. Should it be static?
1031:5: warning: symbol 'ComputeTxTime' was not declared. Should it be static?
2345:7: warning: symbol 'rtl8180_init' was not declared. Should it be static?
2835:6: w
From: Anmol Sarma
Fix sparse warnings for undeclared symbols not marked static.
Anmol Sarma (3):
Staging: rtl8187se: r8180_core.c: mark symbols as static
Staging: rtl8187se: r8180_wx.c: mark symbols as static
Staging: rtl8187se: ieee80211: ieee80211_softmac.c: mark symbols as
static