Re: [PATCH] staging: ion: Align cases with switch

2016-09-23 Thread Laura Abbott
On 09/23/2016 01:40 PM, Christopher Pezley wrote: The preferred indentation for cases and switches has the cases at the same level as the switch. Please remember to tag your patches with v2 when sending the next version to tell them apart (e.g. [PATCHv2]) Acked-by: Laura Abbott Signed-off-

[PATCH] staging: ion: Align cases with switch

2016-09-23 Thread Christopher Pezley
The preferred indentation for cases and switches has the cases at the same level as the switch. Signed-off-by: Christopher H. Pezley --- drivers/staging/android/ion/ion_of.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/android/ion/ion_of.

Re: [PATCH] staging: ion: Align cases with switch

2016-09-23 Thread Greg KH
On Thu, Sep 22, 2016 at 10:38:13PM +0200, Christopher Pezley wrote: > The preferred indentation for cases and switches has the cases at the same > level as the switch. Please wrap your changelog text at 72 columns like git tried to get you to do :) thanks, greg k-h _

[PATCH] staging: ion: Align cases with switch

2016-09-22 Thread Christopher Pezley
The preferred indentation for cases and switches has the cases at the same level as the switch. Signed-off-by: Christopher H. Pezley --- drivers/staging/android/ion/ion_of.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/android/ion/ion_of