[coreboot-gerrit] New patch to review for coreboot: c14e1ec vendorcode/amd/agesa/*/AGESA.h: Correct typo in *b*e

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Apr 18 18:05:04 CEST 2014


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

-gerrit

commit c14e1ec6aa90e1dad67e41394a608ac1472f4b27
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Mar 15 10:47:50 2013 +0100

    vendorcode/amd/agesa/*/AGESA.h: Correct typo in *b*e
    
    The typo is not present anymore in Family 16h (Kabini), so fix it for
    the older families (Family 10h, 12h, 14h, 15h, 15h Trinity) too using
    the command below.
    
        $ git grep -l ' ne ' src/vendorcode/amd/agesa | xargs sed -i 's/ ne / be /g'
    
    Change-Id: I9cb419251eeec79925f48a5832fac339d40f01d1
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/vendorcode/amd/agesa/f10/AGESA.h   | 2 +-
 src/vendorcode/amd/agesa/f12/AGESA.h   | 2 +-
 src/vendorcode/amd/agesa/f14/AGESA.h   | 2 +-
 src/vendorcode/amd/agesa/f15/AGESA.h   | 2 +-
 src/vendorcode/amd/agesa/f15tn/AGESA.h | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/vendorcode/amd/agesa/f10/AGESA.h b/src/vendorcode/amd/agesa/f10/AGESA.h
index e6f5cfb..d111ae4 100644
--- a/src/vendorcode/amd/agesa/f10/AGESA.h
+++ b/src/vendorcode/amd/agesa/f10/AGESA.h
@@ -764,7 +764,7 @@ typedef enum {
 /// GNB configuration info
 typedef struct {
   IN       PCIe_COMPLEX_DESCRIPTOR  *PcieComplexList;  /**< Pointer to array of structures describe PCIe topology on each processor package or NULL.
-                                                        * Last element of array must ne terminated with DESCRIPTOR_TERMINATE_LIST
+                                                        * Last element of array must be terminated with DESCRIPTOR_TERMINATE_LIST
                                                         * Example of topology definition for single socket system:
                                                         * @code
                                                         *  PCIe_PORT_DESCRIPTOR PortList [] = {
diff --git a/src/vendorcode/amd/agesa/f12/AGESA.h b/src/vendorcode/amd/agesa/f12/AGESA.h
index 9f61807..a240481 100644
--- a/src/vendorcode/amd/agesa/f12/AGESA.h
+++ b/src/vendorcode/amd/agesa/f12/AGESA.h
@@ -1022,7 +1022,7 @@ typedef struct {
 /// GNB configuration info
 typedef struct {
   IN       PCIe_COMPLEX_DESCRIPTOR  *PcieComplexList;  /**< Pointer to array of structures describe PCIe topology on each processor package or NULL.
-                                                        * Last element of array must ne terminated with DESCRIPTOR_TERMINATE_LIST
+                                                        * Last element of array must be terminated with DESCRIPTOR_TERMINATE_LIST
                                                         * Example of topology definition for single socket system:
                                                         * @code
                                                         *  PCIe_PORT_DESCRIPTOR PortList [] = {
diff --git a/src/vendorcode/amd/agesa/f14/AGESA.h b/src/vendorcode/amd/agesa/f14/AGESA.h
index 2a9bed1..4237f86 100644
--- a/src/vendorcode/amd/agesa/f14/AGESA.h
+++ b/src/vendorcode/amd/agesa/f14/AGESA.h
@@ -877,7 +877,7 @@ typedef struct {
 /// GNB configuration info
 typedef struct {
   IN       PCIe_COMPLEX_DESCRIPTOR  *PcieComplexList;  /**< Pointer to array of structures describe PCIe topology on each processor package or NULL.
-                                                        * Last element of array must ne terminated with DESCRIPTOR_TERMINATE_LIST
+                                                        * Last element of array must be terminated with DESCRIPTOR_TERMINATE_LIST
                                                         * Example of topology definition for single socket system:
                                                         * @code
                                                         *  PCIe_PORT_DESCRIPTOR PortList [] = {
diff --git a/src/vendorcode/amd/agesa/f15/AGESA.h b/src/vendorcode/amd/agesa/f15/AGESA.h
index 6b0171b..8b77fd8 100644
--- a/src/vendorcode/amd/agesa/f15/AGESA.h
+++ b/src/vendorcode/amd/agesa/f15/AGESA.h
@@ -1145,7 +1145,7 @@ typedef struct {
 /// GNB configuration info
 typedef struct {
   IN       PCIe_COMPLEX_DESCRIPTOR  *PcieComplexList;  /**< Pointer to array of structures describe PCIe topology on each processor package or NULL.
-                                                        * Last element of array must ne terminated with DESCRIPTOR_TERMINATE_LIST
+                                                        * Last element of array must be terminated with DESCRIPTOR_TERMINATE_LIST
                                                         * Example of topology definition for single socket system:
                                                         * @code
                                                         *  PCIe_PORT_DESCRIPTOR PortList [] = {
diff --git a/src/vendorcode/amd/agesa/f15tn/AGESA.h b/src/vendorcode/amd/agesa/f15tn/AGESA.h
index a709274..1392810 100644
--- a/src/vendorcode/amd/agesa/f15tn/AGESA.h
+++ b/src/vendorcode/amd/agesa/f15tn/AGESA.h
@@ -1244,7 +1244,7 @@ typedef struct {
 /// GNB configuration info
 typedef struct {
   IN       PCIe_COMPLEX_DESCRIPTOR  *PcieComplexList;  /**< Pointer to array of structures describe PCIe topology on each processor package or NULL.
-                                                        * Last element of array must ne terminated with DESCRIPTOR_TERMINATE_LIST
+                                                        * Last element of array must be terminated with DESCRIPTOR_TERMINATE_LIST
                                                         * Example of topology definition for single socket system:
                                                         * @code
                                                         *  PCIe_PORT_DESCRIPTOR PortList [] = {



More information about the coreboot-gerrit mailing list