]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/sata.h
Minor coding style cleanup.
[karo-tx-uboot.git] / include / sata.h
index c6fa2ab5bcdf5a9cd15ca33ec56ecdcf76eb5582..a8713f817e975bc98c618c59d902ac52538db01e 100644 (file)
@@ -24,12 +24,12 @@ struct sata_ioports {
 };
 
 struct sata_port {
-       unsigned char port_no;  /*primary-0, secondary=1 */
-       struct sata_ioports ioaddr;     /*ATA cmd/ctl/dma reg blks */
+       unsigned char port_no;          /* primary=0, secondary=1       */
+       struct sata_ioports ioaddr;     /* ATA cmd/ctl/dma reg blks     */
        unsigned char ctl_reg;
        unsigned char last_ctl;
-       unsigned char port_state;       /*1-port is present and 
-                                          0-port is not available */
+       unsigned char port_state;       /* 1-port is present and        */
+                                          0-port is not available      */
        unsigned char dev_mask;
 };