Re: [PATCH 04/10] staging: ccree: staging: ccree: replace sysfs by debugfs interface

2017-12-16 Thread Gilad Ben-Yossef
On Thu, Dec 14, 2017 at 4:30 PM, Philippe Ombredanne wrote: > Gilad, > > On Thu, Dec 14, 2017 at 3:02 PM, Gilad Ben-Yossef wrote: >> The ccree driver has had a none standard sysfs interface for debugging. >> Replace it with a proper debugfs interface.

[PATCH 1/1] drivers: android: Cleanup warnings

2017-12-16 Thread Harsh Shandilya
Ran checkpatch across the entire drivers/android directory and fixed all relevant warnings. Summary of changes done: -> Convert all symbolic permissions into their octal equivalents. -> Use "%s", __func__ in logging macros where the function name was previously hard-coded. -> Add a

[PATCH 1/3] staging: dgnc: dgnc_tty.c: remove unnecessary parentheses

2017-12-16 Thread Kamal Heib
Cleanup the "Unnecessary parentheses around " checkpatch.pl error. Signed-off-by: Kamal Heib --- drivers/staging/dgnc/dgnc_tty.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c

[PATCH 3/3] staging: dgnc: dgnc_neo.c: remove unnecessary parentheses

2017-12-16 Thread Kamal Heib
Cleanup the "Unnecessary parentheses around " checkpatch.pl error. Signed-off-by: Kamal Heib --- drivers/staging/dgnc/dgnc_neo.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c

[PATCH 0/3] staging: dgnc: Remove unnecessary parentheses

2017-12-16 Thread Kamal Heib
This patchset cleanup the "Unnecessary parentheses around " checkpatch.pl error from the dgnc driver. Kamal Heib (3): staging: dgnc: dgnc_tty.c: remove unnecessary parentheses staging: dgnc: dgnc_cls.c: remove unnecessary parentheses staging: dgnc: dgnc_neo.c: remove unnecessary parentheses

[PATCH 2/3] staging: dgnc: dgnc_cls.c: remove unnecessary parentheses

2017-12-16 Thread Kamal Heib
Cleanup the "Unnecessary parentheses around " checkpatch.pl error. Signed-off-by: Kamal Heib --- drivers/staging/dgnc/dgnc_cls.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_cls.c

Re: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-16 Thread Stephen Hemminger
On Thu, 14 Dec 2017 09:43:48 -0800 Randy Dunlap wrote: > On 12/13/2017 11:51 PM, Greg KH wrote: > > On Wed, Dec 13, 2017 at 01:23:38PM -0800, Stephen Hemminger wrote: > >> On Wed, 13 Dec 2017 09:54:19 +0100 > >> Vincent Legoll wrote: > >> >

[PATCH] staging: rtl8192u: ieee80211: ieee80211_rx.c fix checkpatch space prohibited before that '++'

2017-12-16 Thread Abdul Rauf
Fix the following errors: space prohibited before that '++' (ctx:WxO) Signed-off-by: Abdul Rauf --- drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [PATCH v2] staging: wilc1000: Fix problems reported by checkpatch

2017-12-16 Thread Morgan Freeman
Hi Aditya, On Sat, Dec 16, 2017 at 01:24:24PM +0530, Aditya Shankar wrote: > This commit fixes below style problems in multiple lines > Fix checkpatch WARNING: line over 80 characters > > Signed-off-by: Aditya Shankar > --- The patch subject is not correct! I'm

[PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-16 Thread Vincent Legoll
No need to get into the submenu to disable all HYPERV-related config entries. This makes it easier to disable all HYPERV config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to change menuconfig UI, not

[PATCH,v2] hyperv: make HYPERV a menuconfig to ease disabling it al

2017-12-16 Thread Vincent Legoll
Hello, The following patch add a "default y" to the menuconfig to avoid breaking existing configs. Please advise if this is better, and sufficient. Tell me if these kind of changes are not welcome in the kernel, so that I won't continue with other similar work. I am an actual user of