Re: [PATCH v2 26/29] memory: fsl_ifc: Fix whitespace issues

2020-07-24 Thread Krzysztof Kozlowski
On Fri, Jul 24, 2020 at 09:40:35AM +0200, Krzysztof Kozlowski wrote: > Fix minor whitespace and comment issues. Do not break message strings. > No functional changes. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. New patch > --- > drivers/memory/fsl_ifc.c | 30

[PATCH v2 26/29] memory: fsl_ifc: Fix whitespace issues

2020-07-24 Thread Krzysztof Kozlowski
Fix minor whitespace and comment issues. Do not break message strings. No functional changes. Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. New patch --- drivers/memory/fsl_ifc.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git

[PATCH 0/4] Fix whitespace issues in staging/kpc2000

2019-05-24 Thread Simon Sandström
Hi, These patches fixes minor whitespace issues in staging/kpc2000/core.c as reported by checkpatch.pl. - Simon Simon Sandström (4): staging: kpc2000: add spaces around operators in core.c staging: kpc2000: remove extra blank line in core.c staging: kpc2000: add missing spaces in core.c

Applied "ASoC: tfa9879: fix whitespace issues caused by mindless conversion" to the asoc tree

2018-04-16 Thread Mark Brown
The patch ASoC: tfa9879: fix whitespace issues caused by mindless conversion has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: tfa9879: fix whitespace issues caused by mindless conversion" to the asoc tree

2018-04-16 Thread Mark Brown
The patch ASoC: tfa9879: fix whitespace issues caused by mindless conversion has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: max9860: fix whitespace issues caused by mindless conversion" to the asoc tree

2018-04-13 Thread Mark Brown
The patch ASoC: max9860: fix whitespace issues caused by mindless conversion has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: max9860: fix whitespace issues caused by mindless conversion" to the asoc tree

2018-04-13 Thread Mark Brown
The patch ASoC: max9860: fix whitespace issues caused by mindless conversion has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: tfa9879: fix whitespace issues caused by mindless conversion" to the asoc tree

2018-04-13 Thread Mark Brown
The patch ASoC: tfa9879: fix whitespace issues caused by mindless conversion has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: tfa9879: fix whitespace issues caused by mindless conversion" to the asoc tree

2018-04-13 Thread Mark Brown
The patch ASoC: tfa9879: fix whitespace issues caused by mindless conversion has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

[PATCH v2 2/5] ASoC: tfa9879: fix whitespace issues caused by mindless conversion

2018-04-12 Thread Peter Rosin
Long lines and bad alignment disturbs the reading pleasure. Signed-off-by: Peter Rosin --- sound/soc/codecs/tfa9879.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/sound/soc/codecs/tfa9879.c b/sound/soc/codecs/tfa9879.c index

[PATCH v2 2/5] ASoC: tfa9879: fix whitespace issues caused by mindless conversion

2018-04-12 Thread Peter Rosin
Long lines and bad alignment disturbs the reading pleasure. Signed-off-by: Peter Rosin --- sound/soc/codecs/tfa9879.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/sound/soc/codecs/tfa9879.c b/sound/soc/codecs/tfa9879.c index

[PATCH v2 1/5] ASoC: max9860: fix whitespace issues caused by mindless conversion

2018-04-12 Thread Peter Rosin
Long lines and bad alignment disturbs the reading pleasure. Signed-off-by: Peter Rosin --- sound/soc/codecs/max9860.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c index

[PATCH v2 1/5] ASoC: max9860: fix whitespace issues caused by mindless conversion

2018-04-12 Thread Peter Rosin
Long lines and bad alignment disturbs the reading pleasure. Signed-off-by: Peter Rosin --- sound/soc/codecs/max9860.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c index 5bbf889ad98e..53448b7b7b28 100644 ---

Re: [PATCHv2 2/5] staging:android:ion: Fix whitespace issues

2016-09-23 Thread Greg KH
On Fri, Sep 23, 2016 at 11:05:14AM +0300, giannis.dami...@gmail.com wrote: > From: Yannis Damigos > > This patch fixes the following whitespace issues: > > CHECK: Alignment should match open parenthesis > +int ion_parse_dt_heap_common(struct device_node *heap_node, >

Re: [PATCHv2 2/5] staging:android:ion: Fix whitespace issues

2016-09-23 Thread Greg KH
On Fri, Sep 23, 2016 at 11:05:14AM +0300, giannis.dami...@gmail.com wrote: > From: Yannis Damigos > > This patch fixes the following whitespace issues: > > CHECK: Alignment should match open parenthesis > +int ion_parse_dt_heap_common(struct device_node *heap_node, > +

[PATCHv2 2/5] staging:android:ion: Fix whitespace issues

2016-09-23 Thread giannis . damigos
From: Yannis Damigos This patch fixes the following whitespace issues: CHECK: Alignment should match open parenthesis +int ion_parse_dt_heap_common(struct device_node *heap_node, + struct ion_platform_heap *heap, CHECK: Alignment should match

[PATCHv2 2/5] staging:android:ion: Fix whitespace issues

2016-09-23 Thread giannis . damigos
From: Yannis Damigos This patch fixes the following whitespace issues: CHECK: Alignment should match open parenthesis +int ion_parse_dt_heap_common(struct device_node *heap_node, + struct ion_platform_heap *heap, CHECK: Alignment should match open parenthesis +

[PATCH v5 08/14] x86: Fix whitespace issues

2016-03-10 Thread Matthew Wilcox
checkpatch whines about these whitespace issues. No code changes. Signed-off-by: Matthew Wilcox --- arch/x86/include/asm/pgtable-2level.h | 2 +- arch/x86/include/asm/pgtable.h| 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH v5 08/14] x86: Fix whitespace issues

2016-03-10 Thread Matthew Wilcox
checkpatch whines about these whitespace issues. No code changes. Signed-off-by: Matthew Wilcox --- arch/x86/include/asm/pgtable-2level.h | 2 +- arch/x86/include/asm/pgtable.h| 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git

Fix whitespace issues

2015-12-27 Thread sasa bogicevic
As Joe suggested I changed the “type * “ function params which I screwed up along the way and amended and resend the patch related to whitespace issues in drivers/pci. Thanks, Sasa { name: Bogicevic Sasa phone: +381606006200 } -- To unsubscribe from this list: send the line

Fix whitespace issues

2015-12-27 Thread sasa bogicevic
As Joe suggested I changed the “type * “ function params which I screwed up along the way and amended and resend the patch related to whitespace issues in drivers/pci. Thanks, Sasa { name: Bogicevic Sasa phone: +381606006200 } -- To unsubscribe from this list: send the line

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, Joe Perches wrote: > On Wed, 2015-12-23 at 13:03 +1100, Finn Thain wrote: > > On Tue, 22 Dec 2015, Joe Perches wrote: > > > > > On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > > > > On Tue, 22 Dec 2015, Joe Perches wrote: > > > >  > > > > > On Tue, 2015-12-22 at

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, James Bottomley wrote: > I don't think it is trivial. I can't actually find a single instance in > this patch where collapsing the space at the start of the comment looks > justified; most of the time it eliminates intended formatting. The present formatting is broken.

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Joe Perches
On Wed, 2015-12-23 at 13:03 +1100, Finn Thain wrote: > On Tue, 22 Dec 2015, Joe Perches wrote: > > > On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > > > On Tue, 22 Dec 2015, Joe Perches wrote: > > >  > > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > > > This patch is just

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, Joe Perches wrote: > On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > > On Tue, 22 Dec 2015, Joe Perches wrote: > > > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > > This patch is just the result of two substitutions. The first > > > > removes any

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread James Bottomley
On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > On Tue, 22 Dec 2015, Joe Perches wrote: > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > This patch is just the result of two substitutions. The first > removes > > > any tabs and spaces at the end of the line. The second

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Joe Perches
On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > On Tue, 22 Dec 2015, Joe Perches wrote: > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > This patch is just the result of two substitutions. The first removes  > > > any tabs and spaces at the end of the line. The second

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, Joe Perches wrote: > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > This patch is just the result of two substitutions. The first removes > > any tabs and spaces at the end of the line. The second replaces runs > > of tabs and spaces at the beginning of comment

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Joe Perches
On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > This patch is just the result of two substitutions. The first removes any > tabs and spaces at the end of the line. The second replaces runs of > tabs and spaces at the beginning of comment lines with a single space. I think the second of

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Hannes Reinecke
On 12/22/2015 02:18 AM, Finn Thain wrote: This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Joe Perches
On Wed, 2015-12-23 at 13:03 +1100, Finn Thain wrote: > On Tue, 22 Dec 2015, Joe Perches wrote: > > > On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > > > On Tue, 22 Dec 2015, Joe Perches wrote: > > >  > > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > > > This patch is just

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, James Bottomley wrote: > I don't think it is trivial. I can't actually find a single instance in > this patch where collapsing the space at the start of the comment looks > justified; most of the time it eliminates intended formatting. The present formatting is broken.

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread James Bottomley
On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > On Tue, 22 Dec 2015, Joe Perches wrote: > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > This patch is just the result of two substitutions. The first > removes > > > any tabs and spaces at the end of the line. The second

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, Joe Perches wrote: > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > This patch is just the result of two substitutions. The first removes > > any tabs and spaces at the end of the line. The second replaces runs > > of tabs and spaces at the beginning of comment

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Joe Perches
On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > On Tue, 22 Dec 2015, Joe Perches wrote: > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > This patch is just the result of two substitutions. The first removes  > > > any tabs and spaces at the end of the line. The second

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, Joe Perches wrote: > On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > > On Tue, 22 Dec 2015, Joe Perches wrote: > > > > > On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > > > > This patch is just the result of two substitutions. The first > > > > removes any

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, Joe Perches wrote: > On Wed, 2015-12-23 at 13:03 +1100, Finn Thain wrote: > > On Tue, 22 Dec 2015, Joe Perches wrote: > > > > > On Wed, 2015-12-23 at 11:56 +1100, Finn Thain wrote: > > > > On Tue, 22 Dec 2015, Joe Perches wrote: > > > >  > > > > > On Tue, 2015-12-22 at

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Hannes Reinecke
On 12/22/2015 02:18 AM, Finn Thain wrote: This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/

Re: [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-22 Thread Joe Perches
On Tue, 2015-12-22 at 12:18 +1100, Finn Thain wrote: > This patch is just the result of two substitutions. The first removes any > tabs and spaces at the end of the line. The second replaces runs of > tabs and spaces at the beginning of comment lines with a single space. I think the second of

[PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-21 Thread Finn Thain
This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/ ]\*)[ \t]+,$1 ,'

[PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp

2015-12-21 Thread Finn Thain
This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/ ]\*)[ \t]+,$1 ,'

[PATCH v2 68/72] ncr5380: Fix whitespace issues using regexp

2015-12-05 Thread Finn Thain
This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/ ]\*)[ \t]+,$1 ,'

[PATCH v2 68/72] ncr5380: Fix whitespace issues using regexp

2015-12-05 Thread Finn Thain
This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/ ]\*)[ \t]+,$1 ,'

[PATCH 68/71] ncr5380: Fix whitespace issues using regexp

2015-11-18 Thread Finn Thain
This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/ ]\*)[ \t]+,$1 ,'

[PATCH 68/71] ncr5380: Fix whitespace issues using regexp

2015-11-18 Thread Finn Thain
This patch is just the result of two substitutions. The first removes any tabs and spaces at the end of the line. The second replaces runs of tabs and spaces at the beginning of comment lines with a single space. perl -i -pe 's,[\t ]+$,,; s,^(\t*[/ ]\*)[ \t]+,$1 ,'

Re: [PATCH] mtd: phram: Fix whitespace issues

2014-07-14 Thread Brian Norris
On Sun, Jul 13, 2014 at 09:14:21PM +0100, Rob Ward wrote: > From ae6ea29f112475aa1e2da20caabe36e318fd51c4 Mon Sep 17 00:00:00 2001 > From: Rob Ward > Date: Sun, 13 Jul 2014 20:39:01 +0100 > Subject: [PATCH] mtd: phram: Fix whitespace issues > > Fix various whitespace issues.

Re: [PATCH] mtd: phram: Fix whitespace issues

2014-07-14 Thread Brian Norris
On Sun, Jul 13, 2014 at 09:14:21PM +0100, Rob Ward wrote: From ae6ea29f112475aa1e2da20caabe36e318fd51c4 Mon Sep 17 00:00:00 2001 From: Rob Ward robert.ward...@googlemail.com Date: Sun, 13 Jul 2014 20:39:01 +0100 Subject: [PATCH] mtd: phram: Fix whitespace issues Fix various whitespace

[PATCH] mtd: phram: Fix whitespace issues

2014-07-13 Thread Rob Ward
>From ae6ea29f112475aa1e2da20caabe36e318fd51c4 Mon Sep 17 00:00:00 2001 From: Rob Ward Date: Sun, 13 Jul 2014 20:39:01 +0100 Subject: [PATCH] mtd: phram: Fix whitespace issues Fix various whitespace issues. No functional changes. Signed-off-by: Rob Ward --- drivers/mtd/devices/phram.c

[PATCH] mtd: phram: Fix whitespace issues

2014-07-13 Thread Rob Ward
From ae6ea29f112475aa1e2da20caabe36e318fd51c4 Mon Sep 17 00:00:00 2001 From: Rob Ward robert.ward...@googlemail.com Date: Sun, 13 Jul 2014 20:39:01 +0100 Subject: [PATCH] mtd: phram: Fix whitespace issues Fix various whitespace issues. No functional changes. Signed-off-by: Rob Ward robert.ward

[PATCH] staging: comedi: adl_pci9118: fix whitespace issues

2014-04-09 Thread Richard Leitner
Removed not needed spaces and fixed too long lines Signed-off-by: Richard Leitner --- drivers/staging/comedi/drivers/adl_pci9118.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c

Re: [PATCH] staging: comedi: adl_pci9118: fix whitespace issues

2014-04-09 Thread Dan Carpenter
On Wed, Apr 09, 2014 at 01:35:37PM +0200, Richard Leitner wrote: > Removed not needed spaces and fixed too long lines > > PS: this is an exercise to get into the "patch submitting workflow" Put the "PS" after the --- cut off. Otherwise it's not a PS but a part of the permanent changelog. > >

[PATCH] staging: comedi: adl_pci9118: fix whitespace issues

2014-04-09 Thread Richard Leitner
Removed not needed spaces and fixed too long lines PS: this is an exercise to get into the "patch submitting workflow" Signed-off-by: Richard Leitner --- drivers/staging/comedi/drivers/adl_pci9118.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH] staging: comedi: adl_pci9118: fix whitespace issues

2014-04-09 Thread Richard Leitner
Removed not needed spaces and fixed too long lines PS: this is an exercise to get into the patch submitting workflow Signed-off-by: Richard Leitner m...@g0hl1n.net --- drivers/staging/comedi/drivers/adl_pci9118.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] staging: comedi: adl_pci9118: fix whitespace issues

2014-04-09 Thread Dan Carpenter
On Wed, Apr 09, 2014 at 01:35:37PM +0200, Richard Leitner wrote: Removed not needed spaces and fixed too long lines PS: this is an exercise to get into the patch submitting workflow Put the PS after the --- cut off. Otherwise it's not a PS but a part of the permanent changelog.

[PATCH] staging: comedi: adl_pci9118: fix whitespace issues

2014-04-09 Thread Richard Leitner
Removed not needed spaces and fixed too long lines Signed-off-by: Richard Leitner m...@g0hl1n.net --- drivers/staging/comedi/drivers/adl_pci9118.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c

[PATCH 4/6] beeceem: Fix whitespace issues at opening parentheses in InterfaceRx.c

2014-01-08 Thread Matthias Oefelein
Most spaces before opening parentheses (where required) are missing here. This patch adds spaces at the appropriate spots. Signed-off-by: Matthias Oefelein Signed-off-by: Ralph Mueck --- drivers/staging/bcm/InterfaceRx.c | 64 +++ 1 file changed, 32

[PATCH 4/6] beeceem: Fix whitespace issues at opening parentheses in InterfaceRx.c

2014-01-08 Thread Matthias Oefelein
Most spaces before opening parentheses (where required) are missing here. This patch adds spaces at the appropriate spots. Signed-off-by: Matthias Oefelein ma.oefel...@arcor.de Signed-off-by: Ralph Mueck linux-ker...@rmueck.de --- drivers/staging/bcm/InterfaceRx.c | 64

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Gokulnath A
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 problems in bypass.c found by checkpatch. >> >

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Greg Kroah-Hartman
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 problems in bypass.c found by checkpatch. > > Furthermore it removes/adds some empty lines to make the code more readable.

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Gokulnath A
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 > -

[PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Michael Hoefler
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 - space after logical operator ! - spaces instead of tabs - missing empty line after

[PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Michael Hoefler
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 - space after logical operator ! - spaces instead of tabs - missing empty line after

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Gokulnath A
Hello Michael, On Fri, Dec 20, 2013 at 7:21 PM, Michael Hoefler michael.hoef...@studium.uni-erlangen.de 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:

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Greg Kroah-Hartman
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 michael.hoef...@studium.uni-erlangen.de wrote: This patch addresses several problems in bypass.c found by checkpatch. Furthermore it removes/adds some empty lines

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Gokulnath A
On Fri, Dec 20, 2013 at 10:31 PM, Greg Kroah-Hartman gre...@linuxfoundation.org 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 michael.hoef...@studium.uni-erlangen.de wrote: This patch addresses several