Skip to content

Commit 631f6cd

Browse files
committed
More style fixes
Signed-off-by: Ryan Macdonald <[email protected]>
1 parent 3516fd5 commit 631f6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/target/riscv/riscv-013.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3009,7 +3009,7 @@ static int riscv013_test_sba_config_reg(struct target *target,
30093009

30103010
if (get_field(sbcs, DMI_SBCS_SBVERSION) != 1) {
30113011
LOG_ERROR("System Bus Access unsupported SBVERSION (%d). Only version 1 is supported.",
3012-
get_field(sbcs, DMI_SBCS_SBVERSION));
3012+
get_field(sbcs, DMI_SBCS_SBVERSION));
30133013
return ERROR_FAIL;
30143014
}
30153015

0 commit comments

Comments
 (0)