aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lib/bootmem-test.c2
-rw-r--r--tests/lib/imd-test.c2
2 files changed, 2 insertions, 2 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);
diff --git a/tests/lib/imd-test.c b/tests/lib/imd-test.c
index 28a4456b27..de42e08e3c 100644
--- a/tests/lib/imd-test.c
+++ b/tests/lib/imd-test.c
@@ -49,7 +49,7 @@ static void test_imd_handle_init(void **state)
struct imd imd;
uintptr_t test_inputs[] = {
0, /* Lowest possible address */
- 0xA000, /* Fits in 16 bits, should not get rounded down*/
+ 0xA000, /* Fits in 16 bits, should not get rounded down */
0xDEAA, /* Fits in 16 bits */
0xB0B0B000, /* Fits in 32 bits, should not get rounded down */
0xF0F0F0F0, /* Fits in 32 bits */