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
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
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
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