]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/rtc/ds1302.c
Big white-space cleanup.
[karo-tx-uboot.git] / drivers / rtc / ds1302.c
index 3a856c840ac78afaf37caa14ae3c8c04b203fabb..e4e9154754e8560d1e352fc51e877c35cf1246b9 100644 (file)
@@ -66,7 +66,7 @@ struct ds1302_st
        unsigned char month:4;
 
        unsigned char zero4:5;
-       unsigned char day:3;            /* day of week */
+       unsigned char day:3;            /* day of week */
 
        unsigned char year10:4;
        unsigned char year:4;
@@ -191,7 +191,7 @@ write_ser_drv(unsigned char addr, unsigned char *buf, int count)
 void
 rtc_init(void)
 {
-       struct ds1302_st bbclk;
+       struct ds1302_st bbclk;
        unsigned char b;
        int mod;