Re: [PATCH 12/12] Staging: sm750fb: Insert spaces after commas in three files.

2015-06-02 Thread Isaac Assegai
On Tue, Jun 02, 2015 at 01:55:56PM +0530, Sudip Mukherjee wrote: > On Tue, Jun 02, 2015 at 12:55:22AM -0700, Isaac Assegai wrote: > > On Tue, Jun 02, 2015 at 12:18:06PM +0530, Sudip Mukherjee wrote: > > > On Sun, May 31, 2015 at 10:01:13PM -0700, I

Re: [PATCH 12/12] Staging: sm750fb: Insert spaces after commas in three files.

2015-06-02 Thread Isaac Assegai
On Tue, Jun 02, 2015 at 12:18:06PM +0530, Sudip Mukherjee wrote: > On Sun, May 31, 2015 at 10:01:13PM -0700, Isaac Assegai wrote: > > Insert Spaces after commas to rectify the following checkpatch > > errors in ddk750_mode.c, sm750_accel.c and sm750_help.h: > > ERROR: spac

[PATCH] staging: unisys: remove braces from single statement blocks

2015-05-17 Thread Isaac Assegai
Remove the braces to satisfy this checkpatch warning: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Isaac Assegai --- drivers/staging/unisys/virthba/virthba.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/unisys