[coreboot-gerrit] New patch to review for coreboot: 67acc00 vendorcode/amd/agesa/f1{0, 2, 4, 5}: Typo in header guard

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed Nov 12 02:59:56 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7441

-gerrit

commit 67acc00be0dc6e76bd65c898345e2238b3e26ee3
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Nov 12 12:58:38 2014 +1100

    vendorcode/amd/agesa/f1{0,2,4,5}: Typo in header guard
    
    Change-Id: I05d568f27f610c395e2638e79a7fd6646a407955
    Found-by: Clang preprocessor wizard powers
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 .../amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h        | 4 +---
 .../amd/agesa/f12/Proc/HT/Features/htFeatTrafficDistribution.h        | 4 +---
 .../amd/agesa/f14/Proc/HT/Features/htFeatTrafficDistribution.h        | 4 +---
 .../amd/agesa/f15/Proc/HT/Features/htFeatTrafficDistribution.h        | 4 +---
 4 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h b/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h
index 0d28191..5957010 100644
--- a/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h
+++ b/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h
@@ -44,7 +44,7 @@
 */
 
 #ifndef _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
-#define _H_TFEAT_TRAFFIC_DISTRIBUTION_H_
+#define _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
 
 /*----------------------------------------------------------------------------
  *   Mixed (DEFINITIONS AND MACROS / TYPEDEFS, STRUCTURES, ENUMS)
@@ -74,5 +74,3 @@ TrafficDistribution (
   );
 
 #endif  /* _HT_FEAT_TRAFFIC_DISTRIBUTION_H_ */
-
-
diff --git a/src/vendorcode/amd/agesa/f12/Proc/HT/Features/htFeatTrafficDistribution.h b/src/vendorcode/amd/agesa/f12/Proc/HT/Features/htFeatTrafficDistribution.h
index fbf561a..647de9b 100644
--- a/src/vendorcode/amd/agesa/f12/Proc/HT/Features/htFeatTrafficDistribution.h
+++ b/src/vendorcode/amd/agesa/f12/Proc/HT/Features/htFeatTrafficDistribution.h
@@ -44,7 +44,7 @@
 */
 
 #ifndef _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
-#define _H_TFEAT_TRAFFIC_DISTRIBUTION_H_
+#define _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
 
 /*----------------------------------------------------------------------------
  *   Mixed (DEFINITIONS AND MACROS / TYPEDEFS, STRUCTURES, ENUMS)
@@ -74,5 +74,3 @@ TrafficDistribution (
   );
 
 #endif  /* _HT_FEAT_TRAFFIC_DISTRIBUTION_H_ */
-
-
diff --git a/src/vendorcode/amd/agesa/f14/Proc/HT/Features/htFeatTrafficDistribution.h b/src/vendorcode/amd/agesa/f14/Proc/HT/Features/htFeatTrafficDistribution.h
index f482a8a..ecf3ca0 100644
--- a/src/vendorcode/amd/agesa/f14/Proc/HT/Features/htFeatTrafficDistribution.h
+++ b/src/vendorcode/amd/agesa/f14/Proc/HT/Features/htFeatTrafficDistribution.h
@@ -45,7 +45,7 @@
  */
 
 #ifndef _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
-#define _H_TFEAT_TRAFFIC_DISTRIBUTION_H_
+#define _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
 
 /*----------------------------------------------------------------------------
  *   Mixed (DEFINITIONS AND MACROS / TYPEDEFS, STRUCTURES, ENUMS)
@@ -75,5 +75,3 @@ TrafficDistribution (
   );
 
 #endif  /* _HT_FEAT_TRAFFIC_DISTRIBUTION_H_ */
-
-
diff --git a/src/vendorcode/amd/agesa/f15/Proc/HT/Features/htFeatTrafficDistribution.h b/src/vendorcode/amd/agesa/f15/Proc/HT/Features/htFeatTrafficDistribution.h
index 8fda546..c1c0229 100644
--- a/src/vendorcode/amd/agesa/f15/Proc/HT/Features/htFeatTrafficDistribution.h
+++ b/src/vendorcode/amd/agesa/f15/Proc/HT/Features/htFeatTrafficDistribution.h
@@ -45,7 +45,7 @@
 */
 
 #ifndef _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
-#define _H_TFEAT_TRAFFIC_DISTRIBUTION_H_
+#define _HT_FEAT_TRAFFIC_DISTRIBUTION_H_
 
 /*----------------------------------------------------------------------------
  *   Mixed (DEFINITIONS AND MACROS / TYPEDEFS, STRUCTURES, ENUMS)
@@ -75,5 +75,3 @@ TrafficDistribution (
   );
 
 #endif  /* _HT_FEAT_TRAFFIC_DISTRIBUTION_H_ */
-
-



More information about the coreboot-gerrit mailing list