forked from Minki/linux
reset: zynqmp: replace spaces with tabs
Fixes checkpatch issues: ERROR: code indent should use tabs where possible #86: FILE: drivers/reset/reset-zynqmp.c:86: + .reset_id = 0,$ WARNING: please, no spaces at the start of a line #86: FILE: drivers/reset/reset-zynqmp.c:86: + .reset_id = 0,$ ERROR: code indent should use tabs where possible #87: FILE: drivers/reset/reset-zynqmp.c:87: + .num_resets = VERSAL_NR_RESETS,$ WARNING: please, no spaces at the start of a line #87: FILE: drivers/reset/reset-zynqmp.c:87: + .num_resets = VERSAL_NR_RESETS,$ Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e5c73bdb13
commit
829cdfe0a3
@ -83,8 +83,8 @@ static const struct zynqmp_reset_soc_data zynqmp_reset_data = {
|
||||
};
|
||||
|
||||
static const struct zynqmp_reset_soc_data versal_reset_data = {
|
||||
.reset_id = 0,
|
||||
.num_resets = VERSAL_NR_RESETS,
|
||||
.reset_id = 0,
|
||||
.num_resets = VERSAL_NR_RESETS,
|
||||
};
|
||||
|
||||
static const struct reset_control_ops zynqmp_reset_ops = {
|
||||
|
Loading…
Reference in New Issue
Block a user