Re: [PATCH] staging: ced1401: fix coding style in ced_ioc.c (resend)

2014-02-07 Thread Greg KH
On Wed, Jan 15, 2014 at 10:37:13PM +0100, Pol Eyschen wrote: > Fixed checkpatch.pl issues and removed redundant comment in ced_ioc.cs > > Signed-off-by: Pol Eyschen > --- > drivers/staging/ced1401/ced_ioc.c | 483 > + > 1 file changed, 271 insertions(+),

Re: [PATCH] staging: ced1401: fix coding style in ced_ioc.c (resend)

2014-02-07 Thread Greg KH
On Wed, Jan 15, 2014 at 10:37:13PM +0100, Pol Eyschen wrote: Fixed checkpatch.pl issues and removed redundant comment in ced_ioc.cs Signed-off-by: Pol Eyschen poleysc...@gmail.com --- drivers/staging/ced1401/ced_ioc.c | 483 + 1 file changed, 271

[PATCH] staging: ced1401: fix coding style in ced_ioc.c (resend)

2014-01-15 Thread Pol Eyschen
Fixed checkpatch.pl issues and removed redundant comment in ced_ioc.cs Signed-off-by: Pol Eyschen --- drivers/staging/ced1401/ced_ioc.c | 483 + 1 file changed, 271 insertions(+), 212 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c

[PATCH] staging: ced1401: fix coding style in ced_ioc.c (resend)

2014-01-15 Thread Pol Eyschen
Fixed checkpatch.pl issues and removed redundant comment in ced_ioc.cs Signed-off-by: Pol Eyschen poleysc...@gmail.com --- drivers/staging/ced1401/ced_ioc.c | 483 + 1 file changed, 271 insertions(+), 212 deletions(-) diff --git

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Joe Perches
On Mon, 2014-01-13 at 15:56 -0800, Greg KH wrote: > On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: [] > > diff --git a/drivers/staging/ced1401/ced_ioc.c > > b/drivers/staging/ced1401/ced_ioc.c [] > > @@ -41,7 +41,8 @@ static void FlushOutBuff(DEVICE_EXTENSION *pdx) > > { > >

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: > From: Pol Eyschen > > All comments fixed to match the kernel coding style. > > Signed-off-by: Pol Eyschen > --- > drivers/staging/ced1401/ced_ioc.c | 382 > - > 1 file changed, 249

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 11:31:29PM +0100, Pol Eyschen wrote: > > On 13.01.2014, at 22:44, Dan Carpenter wrote: > > > On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: > >> On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: > >>> From: Pol Eyschen > >>> > >>> All comments

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 11:31:29PM +0100, Pol Eyschen wrote: > > > I took the original comments that were there, and just formatted them > to be in order with the coding style, I didn't add or remove > anything. This is my first patch so I didn't want to mess too much > with what was there

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Pol Eyschen
On 13.01.2014, at 22:44, Dan Carpenter wrote: > On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: >> On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: >>> From: Pol Eyschen >>> >>> All comments fixed to match the kernel coding style. >>> >>> Signed-off-by: Pol Eyschen

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: > On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: > > From: Pol Eyschen > > > > All comments fixed to match the kernel coding style. > > > > Signed-off-by: Pol Eyschen > > --- > > This patch doesn't apply to my

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Mark Einon
On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: > From: Pol Eyschen > > All comments fixed to match the kernel coding style. > > Signed-off-by: Pol Eyschen > --- This patch doesn't apply to my staging-next branch. Are you making your changes to the staging-next branch of

[PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Pol Eyschen
From: Pol Eyschen All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen --- drivers/staging/ced1401/ced_ioc.c | 382 - 1 file changed, 249 insertions(+), 133 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c

[PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Pol Eyschen
From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- drivers/staging/ced1401/ced_ioc.c | 382 - 1 file changed, 249 insertions(+), 133 deletions(-) diff --git

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Mark Einon
On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- This patch doesn't apply to my staging-next branch. Are you making your changes to

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- This patch

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Pol Eyschen
On 13.01.2014, at 22:44, Dan Carpenter wrote: On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 11:31:29PM +0100, Pol Eyschen wrote: I took the original comments that were there, and just formatted them to be in order with the coding style, I didn't add or remove anything. This is my first patch so I didn't want to mess too much with what was there before, even

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 11:31:29PM +0100, Pol Eyschen wrote: On 13.01.2014, at 22:44, Dan Carpenter wrote: On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- drivers/staging/ced1401/ced_ioc.c | 382 -

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Joe Perches
On Mon, 2014-01-13 at 15:56 -0800, Greg KH wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: [] diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c [] @@ -41,7 +41,8 @@ static void FlushOutBuff(DEVICE_EXTENSION *pdx) {