From 5885ffef326ff41b2bad80e42e1795a2982754b3 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 14 Nov 2019 11:08:51 +0530 Subject: soc/intel/common: Make alignment proper for comments Change-Id: If932582d03bb2f6d3d14c9bce45cf2030f3b3c4e Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/36838 Tested-by: build bot (Jenkins) Reviewed-by: V Sowmya Reviewed-by: HAOUAS Elyes --- src/soc/intel/common/block/cpu/car/cache_as_ram.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common/block/cpu') diff --git a/src/soc/intel/common/block/cpu/car/cache_as_ram.S b/src/soc/intel/common/block/cpu/car/cache_as_ram.S index 471c18e407..0992d85acd 100644 --- a/src/soc/intel/common/block/cpu/car/cache_as_ram.S +++ b/src/soc/intel/common/block/cpu/car/cache_as_ram.S @@ -177,7 +177,7 @@ car_init_done: andl $0xfffffff0, %esp sub $8, %esp - /*push TSC value to stack*/ + /* push TSC value to stack */ movd %mm2, %eax pushl %eax /* tsc[63:32] */ movd %mm1, %eax -- cgit v1.2.3