Skip to content

Commit 0f742e1

Browse files
loader: format
Signed-off-by: Ivan Velickovic <[email protected]>
1 parent 2a76d97 commit 0f742e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/src/aarch64/cpus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ size_t psci_target_cpus[1] = { 0x0 };
5555
#endif
5656

5757
_Static_assert(NUM_ACTIVE_CPUS <= ARRAY_SIZE(psci_target_cpus),
58-
"active CPUs cannot be more than available CPUs");
58+
"active CPUs cannot be more than available CPUs");
5959

6060
/**
6161
* The Power State Coordinate Interface (DEN0022F.b) document in §5.2.1

0 commit comments

Comments
 (0)