[PATCH] staging: lustre: llite: Fix No space after the declaration

2015-06-03 Thread Aparna Karuthodi
Added a new line Signed-off-by: Aparna Karuthodi --- drivers/staging/lustre/lustre/llite/llite_capa.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/lustre/lustre/llite/llite_capa.c b/drivers/staging/lustre/lustre/llite/llite_capa.c index aec9a44..a626871 100644 --- a

[PATCH 2/2] [PATCH] staging: lustre: llite: Fix space required before the open paranthesis '('

2015-06-03 Thread Aparna Karuthodi
Added a space before the open paranthesis '(' Signed-off-by: Aparna Karuthodi --- drivers/staging/lustre/lustre/llite/lproc_llite.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/lproc_llite.c b/drivers/staging/lustre/lu

Re: [PATCH 3/3] [PATCH] staging: dgnc: Fixed braces {} are not necessary for single statement blockslinux-ker...@vger.kernel.org,

2015-06-06 Thread Aparna Karuthodi
On Sat, Jun 06, 2015 at 02:26:28PM +0530, Aparna wrote: > From 59e894efbd2fc3e85edab2e142f7193b6a238789 Mon Sep 17 00:00:00 2001 > From: Aparna Karuthodi > Date: Sat, 6 Jun 2015 11:01:16 +0530 > Subject: [PATCH 3/3] [PATCH] staging: dgnc: Fixed braces {} are not necessary &

[PATCH] staging: lustre: lustre: llite: Added a new line after declaration

2015-08-10 Thread Aparna Karuthodi
Added a new line to fix a coding style error no space after declaration detected by checkpatch. Signed-off-by: Aparna Karuthodi --- drivers/staging/lustre/lustre/llite/llite_capa.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/lustre/lustre/llite/llite_capa.c b/drivers

[PATCH] staging: media:lirc: Added a newline character after declaration

2015-08-12 Thread Aparna Karuthodi
Added a newline character to remove a coding style warning detected by checkpatch. The warning is given below: drivers/staging/media/lirc/lirc_serial.c:1169: WARNING: quoted string split across lines Signed-off-by: Aparna Karuthodi --- drivers/staging/media/lirc/lirc_serial.c |2 +- 1 file

[PATCH] staging: wlan-ng: Made into two lines

2015-08-13 Thread Aparna Karuthodi
Broke the line into two lines to remove a coding style warning detected by checkpatch. The warning is given below: drivers/staging/wlan-ng/cfg80211.c:755: WARNING: line over 80 characters Signed-off-by: Aparna Karuthodi --- drivers/staging/wlan-ng/cfg80211.c |3 ++- 1 file changed, 2

[PATCH] staging: i2o: Used

2015-08-18 Thread Aparna Karuthodi
Used #include instead of #include to remove a coding style warning detected by checkpatch. The warning is given below: drivers/staging/i2o/config-osm.c:22: WARNING: Use #include instead of Signed-off-by: Aparna Karuthodi --- drivers/staging/i2o/config-osm.c |2 +- 1 file changed, 1

[PATCH] staging: fbtft: Removed a space

2015-08-20 Thread Aparna Karuthodi
Removed a space before parenthesis to remove a coding style error detected by checkpatch. The error is given below: drivers/staging/fbtft/fb_bd663474.c:118: ERROR: space prohibited before that close parenthesis ')' Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_bd66347

[PATCH] staging: fbtft: Removed a space before comma

2015-08-20 Thread Aparna Karuthodi
Removed a space before coma to remove a coding style error detected by checkpatch. The error is given below: drivers/staging/fbtft/fb_ili9340.c:47: ERROR: space prohibited before that ',' (ctx:WxW) Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_ili9340.c |2 +- 1 fi

[PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Aparna Karuthodi
Okay. I will make the necessary changes and send it again. If I am making changes in each of the lines, should I send it as a patchset? Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_bd663474.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging

[PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Aparna Karuthodi
I fetched it yesterday using git fetch origin master. So, I thought I am in the recent kernel tree. Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_bd663474.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fbtft/fb_bd663474.c b/drivers

[PATCH] staging: fbtft: Made into two lines

2015-08-21 Thread Aparna Karuthodi
Made the comment into a new lineto remove a coding style error detected by checkpatch. The warning is given below: drivers/staging/fbtft/fb_pcd8544.c:37: WARNING: line over 80 characters Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_pcd8544.c |3 ++- 1 file changed, 2

[PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Aparna Karuthodi
Now I understood my mistake. I was calling git fetch or git pull not from master branch. Now when I ran that command from master branch it's working. Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_bd663474.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH] staging: fbtft: Removed space before parenthesis

2015-08-21 Thread Aparna Karuthodi
prohibited before that close parenthesis ')' Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fbtft-bus.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-bus.c b/drivers/staging/fbtft/fbtft-bus.c index b3cddb0..791fab3

[PATCH] staging: fbtft: Made into two lines

2015-08-23 Thread Aparna Karuthodi
Oh! Sorry! I made the changes to correct the faults you figured out. Is it okay now? Signed-off-by: Aparna Karuthodi --- drivers/staging/fbtft/fb_pcd8544.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fbtft/fb_pcd8544.c b/drivers/staging/fbtft

[PATCH] staging: speakup: Used kstrtoul instead of simple_strtoul

2015-09-11 Thread Aparna Karuthodi
Used kstrtoul instead of simple_strtoul inorder to fix a warning detected by checkpatch. The warning is given below: drivers/staging/speakup/kobjects.c:156: WARNING: simple_strtoul is obsolete, use kstrtoul instead Signed-off-by: Aparna Karuthodi --- drivers/staging/speakup/kobjects.c |2

[PATCH] staging: speakup: Changed simple_strtoul to kstrtoul

2015-09-11 Thread Aparna Karuthodi
Used kstrtoul instead of simple_strtoul to remove a warning detected by checkpatch.The warning is given below: drivers/staging/speakup/varhandlers.c:327: WARNING: simple_strtoul is obsolete, use kstrtoul instead Signed-off-by: Aparna Karuthodi --- drivers/staging/speakup/varhandlers.c |2

[PATCH] staging: wilc1000: Added a new line

2015-09-13 Thread Aparna Karuthodi
Added a new line after declaration to remove a coding style warning detected by checkpatch. The warning is given below WARNING: Missing a blank line after declarations Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/coreconfigurator.c |1 + 1 file changed, 1 insertion(+) diff

[PATCH] staging: wilc1000: Removed curly braces

2015-09-15 Thread Aparna Karuthodi
Removed the curly braces of a single statement if block to remove a coding style warning detected by checkpatch. The warning is given below: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/coreconfigurator.c |3

[PATCH] staging: wilc1000: Added new lines

2015-09-16 Thread Aparna Karuthodi
: WARNING: Missing a blank line after declarations 1158: WARNING: Missing a blank line after declarations 1104: WARNING: Missing a blank line after declarations 675: WARNING: Missing a blank line after declarations Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/coreconfigurator.c |7

[PATCH] staging: wilc1000: Removed unwanted curly braces

2015-09-16 Thread Aparna Karuthodi
Removed unwanted curly braces of a single statement if-else block to remove a coding style warning detected by checkpatch. The warning is given below: 58: WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000

[PATCH] staging: wilc1000: Added spaces

2015-09-16 Thread Aparna Karuthodi
nd that '=' (ctx:VxW) Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/host_interface.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 6b10bbb..d1fe73