[PATCH 3/3] Staging: i4l: icn: Fixed open brace should be on previous line error

2016-10-09 Thread Harman Kalra
This patch resolves the following error caught by checkpatch.pl: ERROR: that open brace { should be on the previous line Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/icn/icn.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/s

[PATCH 2/3] Staging: i4l: icn: prefer pr_* instead of printk

2016-10-09 Thread Harman Kalra
This patch replaces call to printk with appropriate pr_* function thus addressing the following warning generated by the checkpatch script: Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... Signed-off-by: Harman Kalra

[PATCH 1/3] Staging: i4l: icn: Fixed open brace should be on previous line error

2016-10-09 Thread Harman Kalra
This patch resolves the following error caught by checkpatch.pl: ERROR: that open brace { should be on the previous line Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/icn/icn.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/s

[PATCH] Staging: i4l: act2000: Fixed warning "use pr_* instead of printk"

2016-10-09 Thread Harman Kalra
NG ...:w Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/act2000/act2000_isa.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/drivers/staging/i4l/act2000/act2000_isa.c b/drivers/staging/i4l/act2000/act2000_is

[PATCH] Staging: fbtft: Fixed open parenthesis alignment check

2016-10-09 Thread Harman Kalra
This patch resolves all the following CHECKs caught by checkpatch.pl CHECK: Alignment should match open parenthesis Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/fbtft/fb_ili9325.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/d

[PATCH] Staging: i4l: act2000: Fixed warning "use pr_* instead of printk"

2016-10-09 Thread Harman Kalra
NING ... Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/act2000/act2000_isa.c | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/drivers/staging/i4l/act2000/act2000_isa.c b/drivers/staging/i4l/act2000/act2000_isa.c ind

[PATCH 3/3] Staging: i4l: Error "open brace { should be on the previous line" fixed.

2016-10-07 Thread Harman Kalra
Error "open brace { should be on the previous line" caught by checkpatch.pl fixed. Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/icn/icn.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/i4l/icn/icn.c b/dri

[PATCH 2/3] Staging: i4l: Error "open brace { should be on the previous line" fixed.

2016-10-07 Thread Harman Kalra
Errors "open brace { should be on the previous line" caught by checkpatch.pl fixed. Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/icn/icn.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/i4l/icn/icn.h b/dri

[PATCH 1/3] Staging: i4l: Warning "Prefer "pr_debug over printk(KERN_DEBUG... " fixed

2016-10-07 Thread Harman Kalra
Warning "Prefer "pr_debug over printk(KERN_DEBUG... " and "few line more than 80 character" fixed Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/icn/icn.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/

[PATCH] staging: i4l: icn: fixed some errors and warnings caught by checkpatch.pl

2016-10-04 Thread Harman Kalra
2 errors "open brace { should be on the previous line" are fixed. Warning "Prefer "pr_debug over printk(KERN_DEBUG... " fixed Few line more tahn 80 character warnings fixed Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/i4l/icn/icn.c |

[PATCH] [media] : Removing warnings caught by checkpatch.pl

2016-10-01 Thread Harman Kalra
Removing warnings caught by checkpatch.pl Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/media/omap4iss/iss_video.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/omap4iss/iss_video.c b/drivers/staging

[PATCH] Staging : fbtft: Removed "line over 80 characters" Warnings

2016-09-28 Thread Harman Kalra
Removed "line over 80 characters" Warnings using checkpatch.pl Signed-off-by: Harman Kalra <harman4li...@gmail.com> --- drivers/staging/fbtft/fbtft.h | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/drivers/staging/fbtft/fbtft.h b/drive