Re: [PATCH] drivers/w1/w1_int.c: Fix style errors.

2014-06-06 Thread GregKH
On Sat, May 31, 2014 at 04:25:21PM +0400, Evgeniy Polyakov wrote: > Hi Thomas > > 31.05.2014, 03:11, "Thomas Wood" : > > Replace spaces at beginning of the string with tabs, and replace foo * bar > > with foo *bar in a pointer declaration. > > > > Signed-off-by: Thomas Wood > > Looks good,

Re: [PATCH] drivers/w1/w1_int.c: Fix style errors.

2014-06-06 Thread GregKH
On Sat, May 31, 2014 at 04:25:21PM +0400, Evgeniy Polyakov wrote: Hi Thomas 31.05.2014, 03:11, Thomas Wood tommyandr...@gmail.com: Replace spaces at beginning of the string with tabs, and replace foo * bar with foo *bar in a pointer declaration. Signed-off-by: Thomas Wood

Re: [PATCH] drivers/w1/w1_int.c: Fix style errors.

2014-05-31 Thread Evgeniy Polyakov
Hi Thomas 31.05.2014, 03:11, "Thomas Wood" : > Replace spaces at beginning of the string with tabs, and replace foo * bar > with foo *bar in a pointer declaration. > > Signed-off-by: Thomas Wood Looks good, thank you. Greg, please pull it into your tree or suggest appropriate. Acked-by:

Re: [PATCH] drivers/w1/w1_int.c: Fix style errors.

2014-05-31 Thread Evgeniy Polyakov
Hi Thomas 31.05.2014, 03:11, Thomas Wood tommyandr...@gmail.com: Replace spaces at beginning of the string with tabs, and replace foo * bar with foo *bar in a pointer declaration. Signed-off-by: Thomas Wood tommyandr...@gmail.com Looks good, thank you. Greg, please pull it into your tree or

[PATCH] drivers/w1/w1_int.c: Fix style errors.

2014-05-30 Thread Thomas Wood
Replace spaces at beginning of the string with tabs, and replace foo * bar with foo *bar in a pointer declaration. Signed-off-by: Thomas Wood --- This time using linux-next! drivers/w1/w1_int.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/w1/w1_int.c

[PATCH] drivers/w1/w1_int.c: Fix style errors.

2014-05-30 Thread Thomas Wood
Replace spaces at beginning of the string with tabs, and replace foo * bar with foo *bar in a pointer declaration. Signed-off-by: Thomas Wood tommyandr...@gmail.com --- This time using linux-next! drivers/w1/w1_int.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git