diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-04 23:19:00 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-04 23:19:00 +0000 |
commit | 1549f2a557058000d65d913ffb8b60487bdc09ab (patch) | |
tree | 76b682c4c85aa73f281c3fe154400c3bdd9e893d /src/superio/ite/it8716f/it8716f.h | |
parent | faea4c59abb37c80b530df0b5901eb3a89fb2dea (diff) | |
download | coreboot-1549f2a557058000d65d913ffb8b60487bdc09ab.tar.xz |
Various minor cosmetic changes in the ITE Super I/Os, mostly whitespace
changes and fixing of comments.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2487 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/ite/it8716f/it8716f.h')
-rw-r--r-- | src/superio/ite/it8716f/it8716f.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/ite/it8716f/it8716f.h b/src/superio/ite/it8716f/it8716f.h index f83912484b..6afb58d8be 100644 --- a/src/superio/ite/it8716f/it8716f.h +++ b/src/superio/ite/it8716f/it8716f.h @@ -19,7 +19,7 @@ */ /* Datasheet: http://www.ite.com.tw/product_info/PC/Brief-IT8716_2.asp */ -/* Status: untested on real hardware, but it compiles. */ +/* Status: Untested on real hardware, but it compiles. */ #define IT8716F_FDC 0x00 /* Floppy */ #define IT8716F_SP1 0x01 /* Com1 */ |