]> git.baikalelectronics.ru Git - kernel.git/commit
spi: rockchip: Fix code indent should use tabs where possible
authorJay Fang <f.fangjian@huawei.com>
Wed, 24 Mar 2021 06:16:41 +0000 (14:16 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 24 Mar 2021 19:51:11 +0000 (19:51 +0000)
commitc753299178d8fc3446433d9c5ba333fb66c98eef
treeba720ff071bcda533ba5bcdc7cf4d72f9beeb2ba
parent1719c7f004d45d4b1d69b7740e5027b555265118
spi: rockchip: Fix code indent should use tabs where possible

Fix checkpatch errors:

  ERROR: code indent should use tabs where possible
  #484: FILE: spi-rockchip.c:484:
  +^I        | CR0_BHT_8BIT << CR0_BHT_OFFSET$
  ERROR: code indent should use tabs where possible
  #485: FILE: spi-rockchip.c:485:
  +^I        | CR0_SSD_ONE  << CR0_SSD_OFFSET$
  ERROR: code indent should use tabs where possible
  #486: FILE: spi-rockchip.c:486:
  +^I        | CR0_EM_BIG   << CR0_EM_OFFSET;$

Signed-off-by: Jay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/1616566602-13894-11-git-send-email-f.fangjian@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-rockchip.c