]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/ds1374.c
Some code cleanup
[karo-tx-uboot.git] / rtc / ds1374.c
index 31f06e587489008a847648a37e84d2f9302f32f4..50a996c5cbd7e24266b688630b96401a422d2313 100644 (file)
@@ -116,7 +116,7 @@ void rtc_get (struct rtc_time *tm){
 
        /*
         * Since the reads are being performed one byte at a time,
-        * there is a chance that a carry will occur during the read. 
+        * there is a chance that a carry will occur during the read.
         * To detect this, 2 reads are performed and compared.
         */
        limit = 10;