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
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
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
&
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
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
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
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
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
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
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
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
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
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 --
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
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
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
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
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
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
: 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
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
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
22 matches
Mail list logo