vendorcode/amd/agesa/*/AGESA.h: Correct "ne" to "be" in comment
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@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/5543 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
b3ddf83a11
commit
7454bdf3e2
|
@ -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 [] = {
|
||||
|
|
|
@ -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 [] = {
|
||||
|
|
|
@ -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 [] = {
|
||||
|
|
|
@ -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 [] = {
|
||||
|
|
|
@ -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 [] = {
|
||||
|
|
Loading…
Reference in New Issue