Re: [PATCH] staging: fwserial: fix checkpatch alignment check

2018-06-08 Thread Abdul Rauf
On Mon, Jun 4, 2018 at 10:18 PM Dan Carpenter wrote: > > On Sun, Jan 01, 2017 at 01:00:59AM +, Abdul Rauf wrote: > > Fix the following checks: > > Alignment should match open parenthesis. > > > > Signed-off-by: Abdul Rauf > > --- > > drivers/staging

[PATCH] staging: rtl8192u: ieee80211: ieee80211_rx.c fix checkpatch space prohibited before that '++'

2017-12-16 Thread Abdul Rauf
Fix the following errors: space prohibited before that '++' (ctx:WxO) Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8192u/iee

[PATCH] staging: fbtft: fix checkpatch decimal permissions error

2017-01-23 Thread Abdul Rauf
Fix the following errors: Use 4 digit octal (0777) not decimal permissions Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- 32 instances of this error has been fixed --- drivers/staging/fbtft/fb_hx8340bn.c | 2 +- drivers/staging/fbtft/fb_pcd8544.c | 4 ++-- drivers/staging

[PATCH] staging: skein: fix checkpatch block comments warning

2017-01-19 Thread Abdul Rauf
Fix the following warnings: Block comments should align the * on each line Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- Nine instances of this warning has been removed. Now there is no warning in staging: skein --- drivers/staging/skein/skein_base.h

[PATCH] staging: unisys: visorbus: fix checkpatch block comments warning

2017-01-16 Thread Abdul Rauf
Fix the following warnings: Block comments should align the * on each line Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- Please ignore my previous two patches in staging: unisys. This is the combined patch of those two patches --- drivers/staging/unisys/visorbus/visorchi

Re: [PATCH] staging: unisys: fix checkpatch block comments warning

2017-01-12 Thread Abdul Rauf
On 01/10/2017 06:57 PM, Kershner, David A wrote: >> -Original Message- >> From: Abdul Rauf Mujahid [mailto:abdulraufmuja...@gmail.com] >> Sent: Tuesday, January 10, 2017 6:51 PM >> To: Kershner, David A <david.kersh...@unisys.com>; >> gre...@linuxfou

[PATCH] staging: greybus: loopback_test: fix checkpatch bad function definition error

2017-01-10 Thread Abdul Rauf
Fix the following Errors: Bad function definition - void abort() should probably be void abort(void) Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- drivers/staging/greybus/tools/loopback_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/s

[PATCH] staging: greybus: fix checkpatch braces not necessary warning

2017-01-10 Thread Abdul Rauf
Fix the following warnings: braces {} are not necessary for any arm of this statement Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- drivers/staging/greybus/loopback.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/greybus/loopbac

Re: [PATCH] staging: unisys: fix checkpatch block comments warning

2017-01-10 Thread Abdul Rauf Mujahid
On 01/10/2017 06:36 PM, Kershner, David A wrote: >> -Original Message- >> From: Abdul Rauf [mailto:abdulraufmuja...@gmail.com] >> Sent: Tuesday, January 10, 2017 6:24 PM >> To: gre...@linuxfoundation.org; j...@redhat.com; *S-Par-Maintainer >> <spa

[PATCH] staging: unisys: fix checkpatch block comments warning

2017-01-10 Thread Abdul Rauf
Fix the following warnings: Block comments should align the * on each line Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- drivers/staging/unisys/visorbus/visorchipset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/visorbus/visorchi

[PATCH] staging: unisys: fix checkpatch block comments warning

2017-01-09 Thread Abdul Rauf
Fix the following warnings: Block comments should align the * on each line Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- drivers/staging/unisys/include/channel.h | 134 +++ 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/drivers/s

[PATCH 2/2] staging: sm750fb: fix checkpatch 80 characters warning

2017-01-07 Thread Abdul Rauf
Fix the following warnings: line over 80 characters Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- I just fixed 2/8 instances of this warning without compromising readability. Why I didn't fix other 6 instances? 2 remaining instances contains comments (these comments sho

[PATCH 1/2] staging: sm750fb: fix checkpatch multiple blank lines check

2017-01-07 Thread Abdul Rauf
Fix the following checks: Please don't use multiple blank lines Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- drivers/staging/sm750fb/sm750.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c index e9632f

Re: [PATCH] staging: fwserial: fix checkpatch alignment check

2017-01-03 Thread Abdul Rauf Mujahid
On 01/03/2017 03:28 PM, Greg KH wrote: > On Sun, Jan 01, 2017 at 01:00:59AM +0000, Abdul Rauf wrote: >> Fix the following checks: >> Alignment should match open parenthesis. >> >> Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> >> --- >

[PATCH] staging: fwserial: fix checkpatch alignment check

2016-12-31 Thread Abdul Rauf
Fix the following checks: Alignment should match open parenthesis. Signed-off-by: Abdul Rauf <abdulraufmuja...@gmail.com> --- drivers/staging/fwserial/fwserial.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fwserial/fwserial.c b/drivers/s