[coreboot-gerrit] New patch to review for coreboot: 8e69891 southbridge/amd/cs5536: Trivial style fix for trailing comment

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Aug 9 13:46:27 CEST 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/6557

-gerrit

commit 8e698916c0d3b9941a585d26b4dbe47e0a6b0c9f
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat Aug 9 21:38:56 2014 +1000

    southbridge/amd/cs5536: Trivial style fix for trailing comment
    
    Change-Id: Ia3a846497c220866e950a4b0bb53cb05c0e0cee2
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/southbridge/amd/cs5536/chip.h   | 2 +-
 src/southbridge/amd/cs5536/cs5536.h | 2 +-
 src/southbridge/amd/cs5536/smbus.h  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/southbridge/amd/cs5536/chip.h b/src/southbridge/amd/cs5536/chip.h
index 82d9434..9e843be 100644
--- a/src/southbridge/amd/cs5536/chip.h
+++ b/src/southbridge/amd/cs5536/chip.h
@@ -40,4 +40,4 @@ struct southbridge_amd_cs5536_config {
 	unsigned int unwanted_vpci[MAX_UNWANTED_VPCI];	/* the following allow you to disable unwanted virtualized PCI devices */
 };
 
-#endif				/* _SOUTHBRIDGE_AMD_CS5536 */
+#endif /* _SOUTHBRIDGE_AMD_CS5536 */
diff --git a/src/southbridge/amd/cs5536/cs5536.h b/src/southbridge/amd/cs5536/cs5536.h
index c193d9d..b722560 100644
--- a/src/southbridge/amd/cs5536/cs5536.h
+++ b/src/southbridge/amd/cs5536/cs5536.h
@@ -451,4 +451,4 @@ void chipsetinit(void);
 #endif
 #endif
 
-#endif				/* _CS5536_H */
+#endif /* _CS5536_H */
diff --git a/src/southbridge/amd/cs5536/smbus.h b/src/southbridge/amd/cs5536/smbus.h
index 0dd2fc5..3e72dad 100644
--- a/src/southbridge/amd/cs5536/smbus.h
+++ b/src/southbridge/amd/cs5536/smbus.h
@@ -33,4 +33,4 @@ unsigned char do_smbus_read_byte(unsigned smbus_io_base,
 					unsigned char device,
 					unsigned char address);
 
-#endif				/* _CS5536_SMBUS_H */
+#endif /* _CS5536_SMBUS_H */



More information about the coreboot-gerrit mailing list