Re: [PATCH] Staging: xgifb: XGI_main_26.c: Fixed over 80 column characters

2018-03-18 Thread Pratik Jain
Thanks for the advice. I will work on it.

Re: [PATCH] Staging: xgifb: XGI_main_26.c: Fixed over 80 column characters

2018-03-18 Thread Pratik Jain
Thanks for the advice. I will work on it.

Re: [PATCH] Staging: xgifb: XGI_main_26.c: Fixed over 80 column characters

2018-03-18 Thread Joe Perches
On Sun, 2018-03-18 at 16:36 +0530, Pratik Jain wrote: > Fixed coding style issues detected by checkpatch.pl Hi. Rather than just following what checkpatch says, try to look for opportunities to improve the code a bit. Instead of wrapping, try unwrapping by unindenting blocks. > diff --git

Re: [PATCH] Staging: xgifb: XGI_main_26.c: Fixed over 80 column characters

2018-03-18 Thread Joe Perches
On Sun, 2018-03-18 at 16:36 +0530, Pratik Jain wrote: > Fixed coding style issues detected by checkpatch.pl Hi. Rather than just following what checkpatch says, try to look for opportunities to improve the code a bit. Instead of wrapping, try unwrapping by unindenting blocks. > diff --git

[PATCH] Staging: xgifb: XGI_main_26.c: Fixed over 80 column characters

2018-03-18 Thread Pratik Jain
Fixed coding style issues detected by checkpatch.pl Signed-off-by: Pratik Jain --- drivers/staging/xgifb/XGI_main_26.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c

[PATCH] Staging: xgifb: XGI_main_26.c: Fixed over 80 column characters

2018-03-18 Thread Pratik Jain
Fixed coding style issues detected by checkpatch.pl Signed-off-by: Pratik Jain --- drivers/staging/xgifb/XGI_main_26.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c index