reset: zynqmp: replace spaces with tabs
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 16 Oct 2020 13:47:01 +0000 (15:47 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 10 May 2021 07:40:03 +0000 (09:40 +0200)
commit829cdfe0a3942d524068756b890b0528e5adddb1
tree62c96e4c43d3217ac4bf57bbf24687fa1262ce52
parente5c73bdb136c6f192eb68c38f0b7843afb53b7dd
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>
drivers/reset/reset-zynqmp.c