i2c: amd8111: Fix coding style issues
authorTian Tao <tiantao6@hisilicon.com>
Mon, 5 Apr 2021 09:03:48 +0000 (17:03 +0800)
committerWolfram Sang <wsa@kernel.org>
Thu, 15 Apr 2021 20:24:11 +0000 (22:24 +0200)
commit5e77a61f506b1ac8d86355edd52ebeb038179339
treefdbd01f9ae6df877a1eda643a1bfadb57a5dd425
parent30b9cb274da2d2c6d9dffe4372d7311a8cb80a64
i2c: amd8111: Fix coding style issues

Fix the following checkpatch errors:

  ERROR: "foo * bar" should be "foo *bar"
  #189: FILE: drivers/i2c/busses/i2c-amd8111.c:189:

  ERROR: "foo * bar" should be "foo *bar"
  #191: FILE: drivers/i2c/busses/i2c-amd8111.c:191:

  ERROR: switch and case should be at the same indent
  #201: FILE: drivers/i2c/busses/i2c-amd8111.c:201:

  ERROR: switch and case should be at the same indent
  #359: FILE: drivers/i2c/busses/i2c-amd8111.c:359:

No functional changes.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-amd8111.c