Fixed more style issues

This commit is contained in:
Ryan Macdonald 2018-04-05 17:59:43 -07:00
parent d471fff3db
commit 7c6f6d79bc
2 changed files with 3 additions and 2 deletions

View File

@ -2841,7 +2841,8 @@ static int get_max_sbaccess(struct target *target)
return ERROR_FAIL;
}
static int riscv013_test_sba_config_reg(struct target *target, target_addr_t legal_address, target_addr_t illegal_address)
static int riscv013_test_sba_config_reg(struct target *target,
target_addr_t legal_address, target_addr_t illegal_address)
{
LOG_INFO("Testing System Bus Access as defined by RISC-V Debug Spec v0.13");