aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/bootmem-test.c
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2022-03-19 09:56:40 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-03-27 15:33:39 +0000
commit77b1ff0f9d69d00178745c0393e03050af4cec34 (patch)
tree8f3223bb5346a8b2885c08e212fe9d969c80e1ee /tests/lib/bootmem-test.c
parent599a12b450d00780ce16a1c905c38922eea7f977 (diff)
tests/lib: Add space before single line comment termination
Change-Id: I9321391cc06afddff94fbba79f93851b553c74b1 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62935 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
Diffstat (limited to 'tests/lib/bootmem-test.c')
-rw-r--r--tests/lib/bootmem-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/bootmem-test.c b/tests/lib/bootmem-test.c
index 60598336a0..ddd62ae6ef 100644
--- a/tests/lib/bootmem-test.c
+++ b/tests/lib/bootmem-test.c
@@ -311,7 +311,7 @@ static void test_bootmem_region_targets_type(void **state)
ret = bootmem_region_targets_type(RAMSTAGE_START, RAMSTAGE_SIZE, BM_MEM_RESERVED);
assert_int_equal(ret, 0);
- /* Range covering one more byte than one region*/
+ /* Range covering one more byte than one region */
ret = bootmem_region_targets_type(RAMSTAGE_START, RAMSTAGE_SIZE + 1, BM_MEM_RAMSTAGE);
assert_int_equal(ret, 0);