Fix nxstyle warning

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-04-13 16:08:03 +08:00
committed by patacongo
parent b22e3b9e28
commit d3c4879113
18 changed files with 523 additions and 372 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ static int read_partition_block(FAR struct partition_state_s *state,
{
if (state->blk)
{
return state->blk->u.i_bops->read(state->blk, buffer, startblock, nblocks);
return state->blk->u.i_bops->read(state->blk,
buffer, startblock, nblocks);
}
else
{