Re: [PATCH] sm750fb: Fix C99 comment and if-else braces

2015-03-23 Thread Sudip Mukherjee
On Fri, Mar 20, 2015 at 07:54:56PM +0530, Amitoj Kaur Chawla wrote: > The edits have been made to fix C99 Comment and properly indent > the if-else statements with the braces. i think you are doing multiple types of changes in one patch. better to send it in a series of two, one for the C99 and the

[PATCH] sm750fb: Fix C99 comment and if-else braces

2015-03-20 Thread Amitoj Kaur Chawla
The edits have been made to fix C99 Comment and properly indent the if-else statements with the braces. Also, to use tabs instead of spaces. Signed-off-by: Amitoj Kaur Chawla --- drivers/staging/sm750fb/ddk750_chip.c | 35 ++- 1 file changed, 14 insertions(+), 21