[coreboot-gerrit] New patch to review for coreboot: 0ac01c2 superio/f71869ad: fix documentation of io_info mask values

Felix Held (felix-coreboot@felixheld.de) gerrit at coreboot.org
Tue Jul 15 19:37:23 CEST 2014


Felix Held (felix-coreboot at felixheld.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6279

-gerrit

commit 0ac01c2c36bcadd755bb1c67cfc4ea486049bb83
Author: Felix Held <felix-coreboot at felixheld.de>
Date:   Tue Jul 15 19:36:43 2014 +0200

    superio/f71869ad: fix documentation of io_info mask values
    
    Change-Id: I5d0a945de45f8f4a77193135e63f480af14a0136
    Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
---
 src/superio/fintek/f71869ad/superio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/superio/fintek/f71869ad/superio.c b/src/superio/fintek/f71869ad/superio.c
index 2664f99..173713b 100644
--- a/src/superio/fintek/f71869ad/superio.c
+++ b/src/superio/fintek/f71869ad/superio.c
@@ -57,7 +57,7 @@ static struct device_operations ops = {
 };
 
 /*
- * io_info contains the mask 0x07f8. Given 16 register, each 8 bits wide of a
+ * io_info contains the mask 0x07f8. Given 8 register, each 8 bits wide of a
  * logical device we need a mask of the following form:
  *
  *  MSB                 LSB



More information about the coreboot-gerrit mailing list