Re: [PATCH] staging: rtl8712: Fix CHECK reported by checkpatch

2019-07-15 Thread Greg KH
On Sat, Jul 13, 2019 at 09:20:05PM -0300, christianlucian...@gmail.com wrote: > From: Christian Luciano Moreno > > Change local variable name to avoid CamelCase. > Align code to the open parenthesis to fix alignment issues. That is two different things, right? So it should be 2 patches. thanks

[PATCH] staging: rtl8712: Fix CHECK reported by checkpatch

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Change local variable name to avoid CamelCase. Align code to the open parenthesis to fix alignment issues. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/rtl8712_efuse.c | 67 - 1 file changed, 33 insertions(+), 34 del