]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit549a3b9d59b1e70b707e715e3ade18bc9f19f57c
tree62c96e4c43d3217ac4bf57bbf24687fa1262ce52
parentdf50bb88ea23cb3849d12aec8bcad79771a1cc0b
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