Re: [PATCH] staging: fbtft: Removed a space

2015-09-02 Thread Greg KH
On Fri, Aug 21, 2015 at 06:31:33PM +0530, Aparna Karuthodi wrote: > I fetched it yesterday using git fetch origin master. So, I thought I am in > the recent kernel tree. That's a horrible changelog text :( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH] staging: fbtft: Removed a space

2015-09-02 Thread Greg KH
On Fri, Aug 21, 2015 at 06:31:33PM +0530, Aparna Karuthodi wrote: > I fetched it yesterday using git fetch origin master. So, I thought I am in > the recent kernel tree. That's a horrible changelog text :( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

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

2015-08-24 Thread Sudip Mukherjee
On Thu, Aug 20, 2015 at 08:57:57PM +0530, Aparna Karuthodi wrote: > 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:

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

2015-08-24 Thread Sudip Mukherjee
On Thu, Aug 20, 2015 at 08:57:57PM +0530, Aparna Karuthodi wrote: 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

[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 --git

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Mike Rapoport
On Fri, Aug 21, 2015 at 06:31:33PM +0530, Aparna Karuthodi wrote: > I fetched it yesterday using git fetch origin master. So, I thought I am in > the recent kernel tree. In current Linus' tree the fb_bd663474 driver does not have these style errors. Either your 'origin' is pointing to some tree

[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

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Mike Rapoport
On Fri, Aug 21, 2015 at 05:55:28PM +0530, Aparna Karuthodi wrote: > 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? It seems that these checkpatch errors were already fixed in commit that was already

[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

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Dan Carpenter
On Thu, Aug 20, 2015 at 07:26:59PM +0530, Aparna Karuthodi wrote: > 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 ')' > >

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Dan Carpenter
On Thu, Aug 20, 2015 at 07:26:59PM +0530, Aparna Karuthodi wrote: 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 ')'

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Mike Rapoport
On Fri, Aug 21, 2015 at 05:55:28PM +0530, Aparna Karuthodi wrote: 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? It seems that these checkpatch errors were already fixed in commit that was already merged:

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Mike Rapoport
On Fri, Aug 21, 2015 at 06:31:33PM +0530, Aparna Karuthodi wrote: I fetched it yesterday using git fetch origin master. So, I thought I am in the recent kernel tree. In current Linus' tree the fb_bd663474 driver does not have these style errors. Either your 'origin' is pointing to some tree

[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 kdasapa...@gmail.com --- drivers/staging/fbtft/fb_bd663474.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[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 kdasapa...@gmail.com --- drivers/staging/fbtft/fb_bd663474.c |2 +- 1 file changed, 1 insertion(+), 1

[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 kdasapa...@gmail.com --- drivers/staging/fbtft/fb_bd663474.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[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 file changed,

[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_bd663474.c |2

[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 kdasapa...@gmail.com ---

[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 kdasapa...@gmail.com --- drivers/staging/fbtft/fb_ili9340.c |2