summaryrefslogtreecommitdiffstats
path: root/include/sata.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-05-15 23:38:05 +0200
committerWolfgang Denk <wd@denx.de>2007-05-15 23:38:05 +0200
commit3162eb836903c8b247fdc7470dd39bfa6996f495 (patch)
tree7fafd0ae1409cfc7f84e46daa271c611d8fb7cfa /include/sata.h
parent66d9dbec1cc27d6398ee6cf84639dbe14971251e (diff)
downloadblackbird-obmc-uboot-3162eb836903c8b247fdc7470dd39bfa6996f495.tar.gz
blackbird-obmc-uboot-3162eb836903c8b247fdc7470dd39bfa6996f495.zip
Minor coding style cleanup.
Diffstat (limited to 'include/sata.h')
-rw-r--r--include/sata.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sata.h b/include/sata.h
index c6fa2ab5bc..a8713f817e 100644
--- a/include/sata.h
+++ b/include/sata.h
@@ -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;
};
OpenPOWER on IntegriCloud