Re: [PATCH]net:appletalk:ddp:fixed coding style issue in net/appletalk/ddp.c

2012-07-26 Thread Joe Perches
On Thu, 2012-07-26 at 19:29 +0530, Jeffrin Jose wrote: > Fixed coding style issue relating to switch and case > statement in file net/appletalk/ddp.c Don't just move the case labels, move the code blocks including comments. > diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c [] > @@

[PATCH]net:appletalk:ddp:fixed coding style issue in net/appletalk/ddp.c

2012-07-26 Thread Jeffrin Jose
Fixed coding style issue relating to switch and case statement in file net/appletalk/ddp.c Signed-off-by: Jeffrin Jose --- net/appletalk/ddp.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index

[PATCH]net:appletalk:ddp:fixed coding style issue in net/appletalk/ddp.c

2012-07-26 Thread Jeffrin Jose
Fixed coding style issue relating to switch and case statement in file net/appletalk/ddp.c Signed-off-by: Jeffrin Jose ahiliat...@yahoo.co.in --- net/appletalk/ddp.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/net/appletalk/ddp.c

Re: [PATCH]net:appletalk:ddp:fixed coding style issue in net/appletalk/ddp.c

2012-07-26 Thread Joe Perches
On Thu, 2012-07-26 at 19:29 +0530, Jeffrin Jose wrote: Fixed coding style issue relating to switch and case statement in file net/appletalk/ddp.c Don't just move the case labels, move the code blocks including comments. diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c [] @@ -1798,7