fixed the errors and warnings generated by
checkpatch.pl script.
Signed-off-by: Gokulnath A
---
drivers/staging/ktap/interpreter/loader.c | 27 +--
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/ktap/interpreter/loader.c
b/drivers/staging
fixed the errors and warnings found by
checkpatch.pl script.
Signed-off-by: Gokulnath A
---
drivers/staging/ktap/interpreter/ktap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/ktap/interpreter/ktap.c
b/drivers/staging/ktap/interpreter/ktap.c
index
fixed the errors and warnings found by
checkpatch.pl script.
Signed-off-by: Gokulnath A
---
drivers/staging/ktap/interpreter/ktap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/ktap/interpreter/ktap.c
b/drivers/staging/ktap/interpreter/ktap.c
index
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceIdleMode.c | 19 ---
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/bcm/InterfaceIdleMode.c
b/drivers/staging/bcm/InterfaceIdleMode.c
index
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceDld.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/bcm/InterfaceDld.c
b/drivers/staging/bcm/InterfaceDld.c
index 463bdee..a8d0063 100644
--- a/drivers
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceTx.c | 123 --
1 file changed, 51 insertions(+), 72 deletions(-)
diff --git a/drivers/staging/bcm/InterfaceTx.c
b/drivers/staging/bcm/InterfaceTx.c
index
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceRx.c | 154 +++---
1 file changed, 62 insertions(+), 92 deletions(-)
diff --git a/drivers/staging/bcm/InterfaceRx.c
b/drivers/staging/bcm/InterfaceRx.c
index
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceIsr.c | 107 -
1 file changed, 45 insertions(+), 62 deletions(-)
diff --git a/drivers/staging/bcm/InterfaceIsr.c
b/drivers/staging/bcm/InterfaceIsr.c
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/Qos.c | 255 +-
1 file changed, 95 insertions(+), 160 deletions(-)
diff --git a/drivers/staging/bcm/Qos.c b/drivers/staging/bcm/Qos.c
index 1609a2b
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/hostmibs.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/bcm/hostmibs.c b/drivers/staging/bcm/hostmibs.c
index f55300d..38acfe3 100644
--- a/drivers
fixed all the errors found by checkpatch.pl
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceInit.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/bcm/InterfaceInit.c
b/drivers/staging/bcm/InterfaceInit.c
index 3acdb58
On Sat, Dec 14, 2013 at 4:41 AM, Dan Carpenter wrote:
> On Sat, Dec 14, 2013 at 01:05:29AM +0530, Gokulnath A wrote:
>> fixed all the errors found by checkpatch.pl
>>
>
> This is not very useful. The subjects of this patch series could be
> improved as well.
i will take
As per the TODO,
1. Removed the developer debug BCM_DEBUG_PRINT() messages.
2. Fixed all the errors found by checkpatch.pl script.
3. Fixed all the line over 80 characters warning
found by checkpatch.pl script.
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceDld.c | 122
Removed the developer debug prints BCM_DEBUG_PRINT()
as per the TODO list, also removed braces for the
if-statement to match coding style
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceDld.c | 70 --
1 file changed, 14 insertions(+), 56 deletions
As per comments from Greg KH and Dan Carpenter updated and
split the patch series.
Gokulnath A (2):
staging:bcm: Removed developer debug prints in InterfaceDld.c
staging: bcm: line over 80 characters in InterfaceDld.c
drivers/staging/bcm/InterfaceDld.c | 140
Fixed all the line over 80 characters warning found by
checkpatch.pl script.
Signed-off-by: Gokulnath A
---
drivers/staging/bcm/InterfaceDld.c | 70 ++
1 file changed, 49 insertions(+), 21 deletions(-)
diff --git a/drivers/staging/bcm/InterfaceDld.c
b
Hello Michael,
On Fri, Dec 20, 2013 at 7:21 PM, Michael Hoefler
wrote:
> This patch addresses several problems in bypass.c found by checkpatch.
> Furthermore it removes/adds some empty lines to make the code more readable.
>
> The following problems are fixed:
> - line over 80 characters
> - sp
From: Gokulnath Avanashilingam
Used the time_after and time_before insted of comparing
the jiffies directly.This will fix the warnings and errors
found by the checkpatch.pl script.
Signed-off-by: Gokulnath Avanashilingam
---
drivers/staging/bcm/InterfaceIdleMode.c | 6 +++---
1 file changed, 3
This patch series fix all the warning and errors found by
checkpatch.pl script, Additionally removed the developer
debug BCM_DEBUG_PRINT() prints as per TODO list.
Gokulnath Avanashilingam (4):
staging:bcm: Remove Developer Debug prints in InterfaceIdleMode.c
staging: bcm: line over 80 charact
From: Gokulnath Avanashilingam
Fixed all the line over 80 characters warning found by
checkpatch.pl script.
Signed-off-by: Gokulnath Avanashilingam
---
drivers/staging/bcm/InterfaceIdleMode.c | 153 +---
1 file changed, 99 insertions(+), 54 deletions(-)
diff --git
From: Gokulnath Avanashilingam
This patch fixes all the warning related to spacing issues
found by checkpatch.pl script in InterfaceIdleMode.c
Signed-off-by: Gokulnath Avanashilingam
---
drivers/staging/bcm/InterfaceIdleMode.c | 24
1 file changed, 12 insertions(+), 12
From: Gokulnath Avanashilingam
Removed the developer debug prints BCM_DEBUG_PRINT()
as per the TODO list, also removed braces for the
if-statement to match coding style
Signed-off-by: Gokulnath Avanashilingam
---
drivers/staging/bcm/InterfaceIdleMode.c | 57 ++---
1
On Fri, Dec 20, 2013 at 10:31 PM, Greg Kroah-Hartman
wrote:
> On Fri, Dec 20, 2013 at 08:36:48PM +0530, Gokulnath A wrote:
>> Hello Michael,
>>
>> On Fri, Dec 20, 2013 at 7:21 PM, Michael Hoefler
>> wrote:
>> > This patch addresses several prob
Hi Dan,
On Sat, Dec 21, 2013 at 2:00 PM, Dan Carpenter wrote:
> On Fri, Dec 20, 2013 at 08:54:30PM +0530, Gokulnath A wrote:
>> From: Gokulnath Avanashilingam
>
> No need. This should come from your email.
>
>>
>> Fixed all the line over 80 characters warning fo
Fixed all the trailing whitespace errors found by checkpatch.pl script
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 250
1 file changed, 125 insertions(+), 125 deletions(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers
Removed all the C99 comments found by checkpatch.pl script
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c
index 618a3cb..a1bf11b
Fixed all the errors related to spacing found by checkpatch.pl script
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c
index
Fixed all the errors related to space prohibition found by
checkpatch.pl script
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 26 +-
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging
The following series of patches are used to Fix all the
errors found by checkpatch.pl script in the pci.c.
Few warnings are still present in the patches submitted.
That can be taken care in the next set of patches.
Gokulnath A (8):
staging:rtl8821ae:pci.c trailing whitespace cleanup
Fixed the error found by checkpatch.pl related to spacing requirement
in the && condition.
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821
fixed all the spacing related issues found by checkpatch.pl script.
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 54 -
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging
fixed all the code indentation errors found by checkpatch.pl script
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c
index
This patch fixes the following checkpatch.pl issues in
rtl8821ae/pci.c file
ERROR: (foo*) should be (foo *)
Signed-off-by: Gokulnath A
---
drivers/staging/rtl8821ae/pci.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers
33 matches
Mail list logo