public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: android: alarm: fixed quoted string split across lines
@ 2012-05-20  9:54 Nasir Abed
  2012-05-20 14:17 ` Dan Carpenter
  2012-05-20 20:28 ` David Rientjes
  0 siblings, 2 replies; 10+ messages in thread
From: Nasir Abed @ 2012-05-20  9:54 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, swetland, Nasir Abed

Fixed a warning quoted string split across lines.

Signed-off-by: Nasir Abed <nasirabed+kernel@gmail.com>
---
 drivers/staging/android/alarm.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/android/alarm.c b/drivers/staging/android/alarm.c
index c68950b..4ea07bb 100644
--- a/drivers/staging/android/alarm.c
+++ b/drivers/staging/android/alarm.c
@@ -302,8 +302,8 @@ int android_alarm_set_rtc(struct timespec new_time)
 	}
 	ret = rtc_set_time(alarm_rtc_dev, &rtc_new_rtc_time);
 	if (ret < 0)
-		pr_alarm(ERROR, "alarm_set_rtc: "
-			"Failed to set RTC, time will be lost on reboot\n");
+		pr_alarm(ERROR,
+			 "alarm_set_rtc: Failed to set RTC, time will be lost on reboot\n");
 err:
 	wake_unlock(&alarm_rtc_wake_lock);
 	mutex_unlock(&alarm_setrtc_mutex);
-- 
1.7.9.5


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

end of thread, other threads:[~2012-05-21 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20  9:54 [PATCH] Staging: android: alarm: fixed quoted string split across lines Nasir Abed
2012-05-20 14:17 ` Dan Carpenter
2012-05-20 14:20   ` Nasir Abed
2012-05-20 15:10     ` Dan Carpenter
2012-05-20 20:28 ` David Rientjes
2012-05-20 20:38   ` Joe Perches
2012-05-20 21:06     ` [PATCH] Staging: android: alarm: Rename pr_alarm to alarm_dbg Joe Perches
2012-05-20 21:26       ` David Rientjes
2012-05-21 10:49         ` Nasir Abed
2012-05-21 11:37           ` Dan Carpenter

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