]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/rtc/bfin_rtc.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / drivers / rtc / bfin_rtc.c
index 5de695384f1588dfa4e49dcd4ea90339ffa46c0a..21a2189e2753b8d2fffceecc41a5e3c2b4c780e6 100644 (file)
@@ -68,7 +68,7 @@ int rtc_set(struct rtc_time *tmp)
 
        /* Calculate number of seconds this incoming time represents */
        remain = mktime(tmp->tm_year, tmp->tm_mon, tmp->tm_mday,
-                       tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
+                       tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
 
        /* Figure out how many days since epoch */
        days = remain / NUM_SECS_IN_DAY;