[PATCH V2] Staging: android: ion: fix parenthesis alignment

2016-08-22 Thread Ben LeMasurier
This fixes remaining checkpatch.pl "Alignment should match open parenthesis" issues. Signed-off-by: Ben LeMasurier <b...@crypt.ly> --- V2: Rebased against current staging-testing staging tree. drivers/staging/android/ion/ion.c | 42 +- drivers

[PATCH] Staging: android: ion: fix parenthesis alignment

2016-08-18 Thread Ben LeMasurier
This fixes remaining checkpatch.pl "Alignment should match open parenthesis" issues. Signed-off-by: Ben LeMasurier <b...@crypt.ly> --- drivers/staging/android/ion/ion.c | 42 +- drivers/staging/android/ion/ion_chunk_heap.c | 12

[PATCH] Staging: android: ion: ion_heap.c: fix parenthesis alignment

2016-08-16 Thread Ben LeMasurier
This fixes the checkpatch.pl "Alignment should match open parenthesis" issues in ion_heap.c. Signed-off-by: Ben LeMasurier <b...@crypt.ly> --- drivers/staging/android/ion/ion_heap.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/sta

[PATCH] Staging: android: ion: ion_test.c: fix parenthesis alignment

2016-08-16 Thread Ben LeMasurier
This fixes the checkpatch.pl "Alignment should match open parenthesis" issues in ion_test.c. Signed-off-by: Ben LeMasurier <b...@crypt.ly> --- drivers/staging/android/ion/ion_test.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a