Re: [PATCH] staging: exfat: remove fs_func struct.

2020-01-22 Thread me
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

[PATCH 0/2] comedi: remove checkpatch.pl warnings

2019-08-20 Thread me
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

[PATCH 1/2] comedi: remove camelcase

2019-08-20 Thread me
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

[PATCH 2/2] comedi: move #ifdef 0'd stuff to TODO

2019-08-20 Thread me
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

[PATCH 2/3] Staging: rtl8187se: r8180_wx.c: mark symbols as static

2014-01-09 Thread me
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

[PATCH 3/3] Staging: rtl8187se: ieee80211: ieee80211_softmac.c: mark symbols as static

2014-01-09 Thread me
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

[PATCH 1/3] Staging: rtl8187se: r8180_core.c: mark symbols as static

2014-01-09 Thread me
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

[PATCH 0/3] Staging: rtl8187se: Sparse fixes

2014-01-09 Thread me
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