[PATCH] Staging: android: fix parentheses coding style issue in alarm-dev.c

2014-01-15 Thread Michał Kwiatkowski
This is a patch to the alarm-dev.c file that removes parentheses which should not appear in return statement. This error was found by the checkpatch.pl tool. Signed-off-by: Michał Kwiatkowski --- drivers/staging/android/alarm-dev.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH] Staging: android: fix parentheses coding style issue in alarm-dev.c

2014-01-14 Thread Michał Kwiatkowski
From: Michal Kwiatkowski This is a patch to the alarm-dev.c file that removes parentheses which should not appear in return statement. This error was found by the checkpatch.pl tool. Signed-off-by: Michał Kwiatkowski --- drivers/staging/android/alarm-dev.c |4 ++-- 1 file changed, 2