Fixed style issue caught by checkpatch.
This commit is contained in:
parent
dcde858887
commit
359a93be91
|
@ -4603,9 +4603,9 @@ enum target_cfg_param {
|
||||||
TCFG_RTOS,
|
TCFG_RTOS,
|
||||||
TCFG_DEFER_EXAMINE,
|
TCFG_DEFER_EXAMINE,
|
||||||
TCFG_GDB_PORT,
|
TCFG_GDB_PORT,
|
||||||
#if BUILD_RISCV_ARTY_BSCAN == 1
|
#if BUILD_RISCV_ARTY_BSCAN == 1
|
||||||
TCFG_BSCAN_TUNNEL_IR_WIDTH,
|
TCFG_BSCAN_TUNNEL_IR_WIDTH,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static Jim_Nvp nvp_config_opts[] = {
|
static Jim_Nvp nvp_config_opts[] = {
|
||||||
|
@ -4941,7 +4941,7 @@ no_params:
|
||||||
Jim_SetResult(goi->interp, Jim_NewIntObj(goi->interp, target->bscan_tunnel_ir_width));
|
Jim_SetResult(goi->interp, Jim_NewIntObj(goi->interp, target->bscan_tunnel_ir_width));
|
||||||
/* loop for more */
|
/* loop for more */
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} /* while (goi->argc) */
|
} /* while (goi->argc) */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue