mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3] staging: alarm-dev: Remove unnecessary parenthesis
@ 2013-11-14 12:15 SeongJae Park
  2013-11-14 12:15 ` [PATCH 2/3] staging: alarm-dev: Remove unnecessary blank lines SeongJae Park
  2013-11-14 12:15 ` [PATCH 3/3] staging: alarm-dev: Seperate functions with one blank line SeongJae Park
  0 siblings, 2 replies; 3+ messages in thread
From: SeongJae Park @ 2013-11-14 12:15 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, SeongJae Park

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
 drivers/staging/android/alarm-dev.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c
index 647694f..ccf74ee 100644
--- a/drivers/staging/android/alarm-dev.c
+++ b/drivers/staging/android/alarm-dev.c
@@ -68,8 +68,8 @@ static struct devalarm alarms[ANDROID_ALARM_TYPE_COUNT];
  */
 static int is_wakeup(enum android_alarm_type type)
 {
-	return (type == ANDROID_ALARM_RTC_WAKEUP ||
-		type == ANDROID_ALARM_ELAPSED_REALTIME_WAKEUP);
+	return type == ANDROID_ALARM_RTC_WAKEUP ||
+		type == ANDROID_ALARM_ELAPSED_REALTIME_WAKEUP;
 }
 
 
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-14 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-14 12:15 [PATCH 1/3] staging: alarm-dev: Remove unnecessary parenthesis SeongJae Park
2013-11-14 12:15 ` [PATCH 2/3] staging: alarm-dev: Remove unnecessary blank lines SeongJae Park
2013-11-14 12:15 ` [PATCH 3/3] staging: alarm-dev: Seperate functions with one blank line SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®