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 ch
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 menuconfig
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 pretty sure checkpatch will compl
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 a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
b/drivers/stag
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:
> >>
> >>> Hello,
> >>>
> >>> On Sun, Dec 10, 2017 at 6:50
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
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 b/drivers/staging/dgnc/dgnc_cls.c
index e264fe11cb
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 b/drivers/staging/dgnc/dgn
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 b/drivers/staging/dgnc/dgnc_neo.c
index 0a
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 blan
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.
>>
>> Signed-off-by: Gilad Ben-Yossef
>
>
>
11 matches
Mail list logo