diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-07-22 23:14:40 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-24 00:45:20 +0000 |
commit | 0b707b91807680cc0d045c9a6e578f43f62b8b3b (patch) | |
tree | 575cca25a1e7ab31f7d6eec48cb4f0010d525dec /src/soc/amd/common | |
parent | 9a98fc9d1d40f5bd58e587f81cdb38a482a0a91f (diff) |
soc/amd/common/block/cpu/mca/mca_common: remove additional newline
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I49a27eb084b59db455153dd662d564a95940a0ab
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56534
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/block/cpu/mca/mca_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/cpu/mca/mca_common.c b/src/soc/amd/common/block/cpu/mca/mca_common.c index b35769136a..9c90501e00 100644 --- a/src/soc/amd/common/block/cpu/mca/mca_common.c +++ b/src/soc/amd/common/block/cpu/mca/mca_common.c @@ -33,7 +33,6 @@ static void mca_check_all_banks(void) } } - void check_mca(void) { mca_check_all_banks(); |