From 287048a500c44d1880d8def8c42ade83046a687d Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 29 May 2022 15:44:11 +0200 Subject: cpu/amd: Reformat code Most of these changes are suggested by clang-format(13.0-54) tool on Debian testing. Signed-off-by: Elyes Haouas Change-Id: Ie4fe0e872e94f38079945970848fefd153ab7cb5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64782 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/cpu/amd/mtrr/amd_mtrr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/amd/mtrr') diff --git a/src/cpu/amd/mtrr/amd_mtrr.c b/src/cpu/amd/mtrr/amd_mtrr.c index 58f44ddfff..405e92a7f7 100644 --- a/src/cpu/amd/mtrr/amd_mtrr.c +++ b/src/cpu/amd/mtrr/amd_mtrr.c @@ -16,8 +16,8 @@ void add_uma_resource_below_tolm(struct device *nb, int idx) uint32_t uma_base = top_of_cacheable; uint32_t uma_size = topmem - top_of_cacheable; - printk(BIOS_INFO, "%s: uma size 0x%08x, memory start 0x%08x\n", - __func__, uma_size, uma_base); + printk(BIOS_INFO, "%s: uma size 0x%08x, memory start 0x%08x\n", __func__, uma_size, + uma_base); uma_resource_kb(nb, idx, uma_base / KiB, uma_size / KiB); } -- cgit v1.2.3