From 631f6cd55b6b7a34b194c8d51c573ec60926ff56 Mon Sep 17 00:00:00 2001 From: Ryan Macdonald Date: Fri, 31 Aug 2018 14:30:17 -0700 Subject: More style fixes Signed-off-by: Ryan Macdonald --- src/target/riscv/riscv-013.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index c1cae62..34ec3c6 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -3009,7 +3009,7 @@ static int riscv013_test_sba_config_reg(struct target *target, if (get_field(sbcs, DMI_SBCS_SBVERSION) != 1) { LOG_ERROR("System Bus Access unsupported SBVERSION (%d). Only version 1 is supported.", - get_field(sbcs, DMI_SBCS_SBVERSION)); + get_field(sbcs, DMI_SBCS_SBVERSION)); return ERROR_FAIL; } -- cgit v1.1