diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-09 21:38:56 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-09 18:06:17 +0200 |
commit | 309a7ffc6624f4fad4d7904c78c1a4d35a84bbcf (patch) | |
tree | d5358973a3591aad19b04f9e68aeecc70bee65b7 /src/southbridge/amd/cs5536/chip.h | |
parent | cd2c1245f03c9f23192b499a3995cf794663dc02 (diff) | |
download | coreboot-309a7ffc6624f4fad4d7904c78c1a4d35a84bbcf.tar.xz |
southbridge/amd/cs5536: Trivial style fix for trailing comment
Change-Id: Ia3a846497c220866e950a4b0bb53cb05c0e0cee2
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6557
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/southbridge/amd/cs5536/chip.h')
-rw-r--r-- | src/southbridge/amd/cs5536/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cs5536/chip.h b/src/southbridge/amd/cs5536/chip.h index 82d9434f6c..9e843be9b4 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 */ |