[coreboot-gerrit] New patch to review for coreboot: f40954b AMD CIMx sb800/SATA.c, sb900/Sata.c: Fix R*AI*D typo in comments

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat Apr 13 17:28:44 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3081

-gerrit

commit f40954b731704a213192864e97e77bd52355393e
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Apr 12 14:03:04 2013 +0200

    AMD CIMx sb800/SATA.c, sb900/Sata.c:  Fix R*AI*D typo in comments
    
    Spell RAID correctly in comments. Found with the following command.
    
        $ git grep -i riad
    
    Change-Id: I68e8476d885a88df589d25f88cc158d71eb04e07
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/vendorcode/amd/cimx/sb800/SATA.c | 2 +-
 src/vendorcode/amd/cimx/sb900/Sata.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vendorcode/amd/cimx/sb800/SATA.c b/src/vendorcode/amd/cimx/sb800/SATA.c
index b7bbacd..4aa3be7 100644
--- a/src/vendorcode/amd/cimx/sb800/SATA.c
+++ b/src/vendorcode/amd/cimx/sb800/SATA.c
@@ -469,7 +469,7 @@ sataInitAfterPciEnum (
   RWPCI (((SATA_BUS_DEV_FUN << 16) + SB_SATA_REG34), AccWidthUint8 | S3_SAVE, 0, 0x70);
 
   if (((pConfig->SataClass) != NATIVE_IDE_MODE) && ((pConfig->SataClass) != LEGACY_IDE_MODE)) {
-    // RIAD or AHCI
+    // RAID or AHCI
     if ((pConfig->SATAMODE.SataMode.SataIdeCombinedMode) == SATA_IDE_COMBINE_DISABLE) {
       RWMEM ((ddBar5 + SB_SATA_BAR5_REG00), AccWidthUint8 | S3_SAVE, ~(BIT2 + BIT1 + BIT0), BIT2 + BIT0);
       RWMEM ((ddBar5 + SB_SATA_BAR5_REG0C), AccWidthUint8 | S3_SAVE, 0xC0, 0x3F);
diff --git a/src/vendorcode/amd/cimx/sb900/Sata.c b/src/vendorcode/amd/cimx/sb900/Sata.c
index 9a7cf53..98e1f57 100644
--- a/src/vendorcode/amd/cimx/sb900/Sata.c
+++ b/src/vendorcode/amd/cimx/sb900/Sata.c
@@ -694,7 +694,7 @@ sataInitAfterPciEnum (
   }
 
   if (((pConfig->SataClass) != NATIVE_IDE_MODE) && ((pConfig->SataClass) != LEGACY_IDE_MODE)) {
-    // RIAD or AHCI
+    // RAID or AHCI
     if ((pConfig->SATAMODE.SataMode.SataIdeCombinedMode) == DISABLED) {
       // IDE2 Controller is enabled
       if ((pConfig->SATAMODE.SataMode.SataIdeCombMdPriSecOpt) == ENABLED) {



More information about the coreboot-gerrit mailing list