On Mon, Jul 30, 2018 at 11:49 AM, Stefan Wahren wrote:
> Am 30.07.2018 um 11:43 schrieb Carlos Maiolino:
>> On Mon, Jul 30, 2018 at 11:34 AM, Stefan Wahren
>> wrote:
>>> i think easiest the way would be to get a recent Raspbian Lite (
>>> https://www.r
On Mon, Jul 30, 2018 at 11:34 AM, Stefan Wahren wrote:
> Hi Carlos,
>
> Am 30.07.2018 um 11:25 schrieb Carlos Maiolino:
>>
>> On Mon, Jul 30, 2018 at 11:13 AM, Stefan Wahren
>> wrote:
>>>
>>> Hi Carlos,
>>>
>>>
>>> Am 30.07.
On Mon, Jul 30, 2018 at 11:13 AM, Stefan Wahren wrote:
> Hi Carlos,
>
>
> Am 30.07.2018 um 11:08 schrieb Carlos Maiolino:
>>
>> On Mon, Jul 30, 2018 at 10:58 AM, Greg KH wrote:
>>>
>>> On Tue, Jul 24, 2018 at 10:32:17AM +0200, Carlos Maiolino wr
On Mon, Jul 30, 2018 at 10:58 AM, Greg KH wrote:
> On Tue, Jul 24, 2018 at 10:32:17AM +0200, Carlos Maiolino wrote:
>> Fix several sparse warnings regarding different address space
>> assignments, like example below, by properly annotating pointers
>> expected to carry
Fix several sparse warnings regarding different address space
assignments, like example below, by properly annotating pointers
expected to carry user space addresses.
warning: incorrect type in argument 1 (different address spaces)
Signed-off-by: Carlos Maiolino
---
I'm not subscribed t
Yes, thanks for the heads up. I'll try to avoid such mistakes in the
next patches
On Mon, Oct 17, 2016 at 6:29 PM, Greg KH wrote:
> On Mon, Oct 17, 2016 at 06:17:21PM +0200, Carlos Maiolino wrote:
>> >> ---
>> >> drivers/staging/rt
>> ---
>> drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 28
>> +--
>> 1 file changed, 14 insertions(+), 14 deletions(-)
>
> Any reason you didn't use scripts/get_maintainer.pl to cc: the relevant
> maintainers and developers of this code?
>
> thanks,
>
> greg k-h
Not at
Fix coding style errors reported by checkpatch.pl, specifically:
ERROR: space prohibited before that ',' (ctx:WxW)
This patch get rid of all "ERROR" messages from checkpatch.pl for this file
Signed-off-by: Carlos Maiolino
---
drivers/staging/rtl8188eu/core
Hi Greg,
I've based these patches on top of linux-next. Thanks anyway.
Which tree are you applying these patches on? I'll make sure to submit
next patches based on your tree.
Cheers
On Mon, Oct 17, 2016 at 10:27 AM, Greg KH wrote:
> On Sun, Oct 16, 2016 at 10:16:00PM +0200, Ca
Use blank lines to separate variable declarations from statements, fixing the
following checkpatch.pl issue:
WARNING: Missing a blank line after declarations
Signed-off-by: Carlos Maiolino
---
drivers/staging/ks7010/ks_hostif.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers
that close parenthesis ')'
ERROR: exactly one space required after that #ifdef
ERROR: space prohibited after that '&' (ctx:WxW)
Signed-off-by: Carlos Maiolino
---
drivers/staging/ks7010/ks_hostif.c | 202 ++---
1 file changed, 101 insertions(
Fix coding style issues in if statements braces, specifically:
WARNING: braces {} are not necessary for single statement blocks
WARNING: braces {} are not necessary for any arm of this statement
CHECK: braces {} should be used on all arms of this statement
Signed-off-by: Carlos Maiolino
A small patchset fixing some coding style errors identified by checkpatch.pl
Greg. I splitted the single patch into 3 different patches now, hope I set it
right now :)
Also added a blank line before the signed-off.
Cheers
Carlos Maiolino (3):
staging: ks7010: Fix conditional statements
OR: exactly one space required after that #ifdef
WARNING: Missing a blank line after declarations
ERROR: space prohibited after that '&' (ctx:WxW)
WARNING: braces {} are not necessary for single statement blocks
CHECK: No space is necessary after a cast
Signed-off-by: Carlos Maiolino
14 matches
Mail list logo