All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: boards: ERROR: that open brace { should be on the previous line
@ 2023-07-21  1:14 zhangyongle001
  0 siblings, 0 replies; only message in thread
From: zhangyongle001 @ 2023-07-21  1:14 UTC (permalink / raw)
  To: ysato, dalias, glaubitz; +Cc: linux-sh, linux-kernel

Fix the following checkpatch error:
ERROR: that open brace { should be on the previous line

Signed-off-by: zhangyongle <zhangyongle001@208suo.com>
---
  arch/sh/boards/board-sh7757lcr.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/sh/boards/board-sh7757lcr.c 
b/arch/sh/boards/board-sh7757lcr.c
index f39c8196efdf..f8862f8afc2d 100644
--- a/arch/sh/boards/board-sh7757lcr.c
+++ b/arch/sh/boards/board-sh7757lcr.c
@@ -191,8 +191,7 @@ static struct platform_device 
sh7757_eth_giga1_device = {
  };

  /* Fixed 3.3V regulator to be used by SDHI0, MMCIF */
-static struct regulator_consumer_supply fixed3v3_power_consumers[] =
-{
+static struct regulator_consumer_supply fixed3v3_power_consumers[] = {
  	REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
  	REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"),
  	REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
-- 
2.40.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-21  1:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21  1:14 [PATCH] sh: boards: ERROR: that open brace { should be on the previous line zhangyongle001

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.