From 79f5feb8bd8cbd4397da010d038c0c862f01e34a Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 22 Apr 2021 18:49:49 +0200 Subject: soc/amd/picasso/cpu: make one line comment use only one line Signed-off-by: Felix Held Change-Id: I264e44132a6a9df6f548c9856c2256d1b92916c1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52612 Reviewed-by: Raul Rangel Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/cpu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c index b2bb82dfbd..5acaa69fdd 100644 --- a/src/soc/amd/picasso/cpu.c +++ b/src/soc/amd/picasso/cpu.c @@ -22,9 +22,7 @@ _Static_assert(CONFIG_MAX_CPUS == 8, "Do not override MAX_CPUS. To reduce the number of " "available cores, use the downcore_mode and disable_smt devicetree settings instead."); -/* - * MP and SMM loading initialization. - */ +/* MP and SMM loading initialization. */ /* * Do essential initialization tasks before APs can be fired up - -- cgit v1.2.3