Re: [PATCH v2] Staging: sm750fb: Fix coding style issue in ddk750_sii164.c

2017-11-28 Thread Jeremy Lacomis
On Tue, Nov 28, 2017 at 02:14:11PM +0100, Greg Kroah-Hartman wrote: > On Sat, Nov 25, 2017 at 08:04:52PM -0500, Jeremy Lacomis wrote: > > This is a patch to the ddk750_sii164.c file that fixes line length warnings > > found by the checkpatch.pl script > > That's not all

Re: [PATCH v2] staging: sm750b: Fix coding style issues in sm750_accel.c

2017-11-28 Thread Jeremy Lacomis
On Tue, Nov 28, 2017 at 02:13:31PM +0100, Greg Kroah-Hartman wrote: > On Sat, Nov 25, 2017 at 05:48:11PM -0500, Jeremy Lacomis wrote: > > This is a patch to sm750_accel.c that fixes 80-character line length > > warnings found by checkpatch.pl. It also fixes some grammatical errors

Re: [PATCH 1/2] staging: sm750fb: Fix coding style in ddk750_sii164.h

2017-11-27 Thread Jeremy Lacomis
On Mon, Nov 27, 2017 at 11:45:00AM +0100, Geert Uytterhoeven wrote: > On Mon, Nov 27, 2017 at 10:46 AM, Dan Carpenter > wrote: > > On Sat, Nov 25, 2017 at 01:26:35PM -0500, Jeremy Lacomis wrote: > >> This patch to ddk750_sii164.h fixes line length warnings found by the >

[PATCH v2] Staging: sm750fb: Fix coding style issue in ddk750_sii164.c

2017-11-25 Thread Jeremy Lacomis
This is a patch to the ddk750_sii164.c file that fixes line length warnings found by the checkpatch.pl script Signed-off-by: Jeremy Lacomis --- Changes in v2: - Change definition of i2cReadReg/i2cWriteReg - Remove unnecessary casts drivers/staging/sm750fb/ddk750_sii164.c | 87

[PATCH v2] staging: sm750b: Fix coding style issues in sm750_accel.c

2017-11-25 Thread Jeremy Lacomis
This is a patch to sm750_accel.c that fixes 80-character line length warnings found by checkpatch.pl. It also fixes some grammatical errors in comments and moves parameter-specific comments from inline to before the function. Signed-off-by: Jeremy Lacomis --- Changes in v2: - Change function

[PATCH 1/2] staging: sm750fb: Fix coding style in ddk750_sii164.h

2017-11-25 Thread Jeremy Lacomis
This patch to ddk750_sii164.h fixes line length warnings found by the checkpatch.pl script and reformats comments uniformly. Signed-off-by: Jeremy Lacomis --- drivers/staging/sm750fb/ddk750_sii164.h | 57 + 1 file changed, 22 insertions(+), 35 deletions(-) diff

[PATCH 2/2] staging: sm750b: Fix coding style issues in sm750_accel.c

2017-11-25 Thread Jeremy Lacomis
This is a patch to sm750_accel.c that fixes 80-character line length warnings found by checkpatch.pl. It also fixes some grammatical errors in comments and moves parameter-specific comments from inline to before the function. Signed-off-by: Jeremy Lacomis --- drivers/staging/sm750fb

[PATCH] Staging: sm750fb: Fix coding style issue in ddk750_sii164.c

2017-11-25 Thread Jeremy Lacomis
This is a patch to the ddk750_sii164.c file that fixes line length warnings found by the checkpatch.pl script Signed-off-by: Jeremy Lacomis --- drivers/staging/sm750fb/ddk750_sii164.c | 39 +++-- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/drivers