Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reset: zynqmp: replace spaces with tabs
Fixes checkpatch issues: ERROR: code indent should use tabs where possible thesofproject#86: FILE: drivers/reset/reset-zynqmp.c:86: + .reset_id = 0,$ WARNING: please, no spaces at the start of a line thesofproject#86: FILE: drivers/reset/reset-zynqmp.c:86: + .reset_id = 0,$ ERROR: code indent should use tabs where possible thesofproject#87: FILE: drivers/reset/reset-zynqmp.c:87: + .num_resets = VERSAL_NR_RESETS,$ WARNING: please, no spaces at the start of a line thesofproject#87: FILE: drivers/reset/reset-zynqmp.c:87: + .num_resets = VERSAL_NR_RESETS,$ Signed-off-by: Philipp Zabel <[email protected]> Reviewed-by: Michal Simek <[email protected]>
- Loading branch information