]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/rtc/pl031.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / drivers / rtc / pl031.c
index 11cc719828d6ac65499436a26473062b2df03ab5..c4d1259a898d2e885eea0d76a6f16ad1c07e7434 100644 (file)
@@ -73,7 +73,7 @@ int rtc_set(struct rtc_time *tmp)
 
        /* Calculate number of seconds this incoming time represents */
        tim = 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);
 
        RTC_WRITE_REG(RTC_LR, tim);