]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers-rtc-rtc-mxcc-fix-setting-time-for-mx1-soc-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 8 Dec 2011 04:42:28 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Dec 2011 06:43:23 +0000 (17:43 +1100)
use conventional comment layout

Cc: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-mxc.c

index 1cf6a0b48fd7456cbc2857eaab173f58853acbde..11b7b614fc8d6ecde83222dd95d0649fa723b688 100644 (file)
@@ -290,8 +290,8 @@ static int mxc_rtc_read_time(struct device *dev, struct rtc_time *tm)
  */
 static int mxc_rtc_set_mmss(struct device *dev, unsigned long time)
 {
-       /* RTC_DAYR register is 9-bit in MX1 SoC,
-        * save time and day of year only
+       /*
+        * TTC_DAYR register is 9-bit in MX1 SoC, save time and day of year only
         */
        if (cpu_is_mx1()) {
                struct rtc_time tm;