[PATCH 3/3] staging: android: remove space after casts

2015-01-07 Thread Fabian Holler
This patch fixes the following checkpatch.pl warnings: ashmem.c:753: CHECK:SPACING: No space is necessary after a cast ashmem.c:756: CHECK:SPACING: No space is necessary after a cast ashmem.c:777: CHECK:SPACING: No space is necessary after a cast Signed-off-by: Fabian

[PATCH 2/3] staging: android: remove blank lines after open braces

2015-01-07 Thread Fabian Holler
This patch fixes the following checkpatch.pl warnings: ashmem.c:552: CHECK:BRACES: Blank lines aren't necessary after an open brace '{' ashmem.c:801: CHECK:BRACES: Blank lines aren't necessary after an open brace Signed-off-by: Fabian Holler --- dri

[PATCH 0/3] staging: android: fix checkpatch warnings in ashmem.c

2015-01-07 Thread Fabian Holler
Hello, this patchset fixes the checkpatch.pl warnings in drivers/staging/android/ashmem.c regards Fabian Fabian Holler (3): staging: android: fix indentation to match open parenthesis staging: android: remove unnecessary blank lines after open brace staging: android: remove unnecessary

[PATCH 1/3] staging: android: fix indentation to match open parenthesis

2015-01-07 Thread Fabian Holler
This patches fixes the following checkpatch.pl warning: ashmem.c:450: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis Signed-off-by: Fabian Holler --- drivers/staging/android/ashmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers