Re: [PATCH] staging: android: ion: ion_chunk_heap.c fix parenthesis alignment

2016-09-01 Thread Greg KH
On Wed, Aug 24, 2016 at 04:32:20PM +0700, Didik Setiawan wrote: > Fix checkpatch.pl warning about "Alignment should match open parenthesis". > > Signed-off-by: Didik Setiawan > --- > drivers/staging/android/ion/ion_chunk_heap.c | 10 +- > 1 file changed, 5

Re: [PATCH] staging: android: ion: ion_chunk_heap.c fix parenthesis alignment

2016-09-01 Thread Greg KH
On Wed, Aug 24, 2016 at 04:32:20PM +0700, Didik Setiawan wrote: > Fix checkpatch.pl warning about "Alignment should match open parenthesis". > > Signed-off-by: Didik Setiawan > --- > drivers/staging/android/ion/ion_chunk_heap.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-)

[PATCH] staging: android: ion: ion_chunk_heap.c fix parenthesis alignment

2016-08-24 Thread Didik Setiawan
Fix checkpatch.pl warning about "Alignment should match open parenthesis". Signed-off-by: Didik Setiawan --- drivers/staging/android/ion/ion_chunk_heap.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] staging: android: ion: ion_chunk_heap.c fix parenthesis alignment

2016-08-24 Thread Didik Setiawan
Fix checkpatch.pl warning about "Alignment should match open parenthesis". Signed-off-by: Didik Setiawan --- drivers/staging/android/ion/ion_chunk_heap.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/android/ion/ion_chunk_heap.c