diff options
author | Subrata Banik <subrata.banik@intel.com> | 2021-07-23 14:57:50 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2021-07-24 11:13:41 +0000 |
commit | 39b53d9622cdcdbd199e75aa0ae479b579646d07 (patch) | |
tree | bbdbfe096a2d305f92e04940eb18aecdbafa2c9d /src/soc/intel/common/block/cpu | |
parent | eeaf5692576f2947c45d31ee3f99434fafa33817 (diff) |
soc/intel/common/block: Add space before comment delimiter
Update comment section to add space before comment delimiter to
follow coding style.
Change-Id: I883aeaa9839fa96fd7baf0c771b394409b18ddca
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56547
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/cpu')
-rw-r--r-- | src/soc/intel/common/block/cpu/car/cache_as_ram.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 784e8ca0ae..5f39507373 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 @@ -515,7 +515,7 @@ find_llc_subleaf: set_eviction_mask: mov %ebx, %edi /* back up number of ways */ - mov %eax, %esi /* back up the non-eviction mask*/ + mov %eax, %esi /* back up the non-eviction mask */ #if CONFIG(CAR_HAS_SF_MASKS) /* * SF mask is programmed with the double number of bits than |