[PATCH] sh/boards/mach-ap325rxa: ERROR: that open brace { should be on the previous line

zhangyongle001@208suo.com posted 1 patch 2 years, 1 month ago
arch/sh/boards/mach-ap325rxa/setup.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] sh/boards/mach-ap325rxa: ERROR: that open brace { should be on the previous line
Posted by zhangyongle001@208suo.com 2 years, 1 month ago
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/mach-ap325rxa/setup.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/sh/boards/mach-ap325rxa/setup.c 
b/arch/sh/boards/mach-ap325rxa/setup.c
index 151792162152..45a5ffc5a216 100644
--- a/arch/sh/boards/mach-ap325rxa/setup.c
+++ b/arch/sh/boards/mach-ap325rxa/setup.c
@@ -305,8 +305,7 @@ static struct platform_device ap325rxa_ceu_device = 
{
  };

  /* Fixed 3.3V regulators to be used by SDHI0, SDHI1 */
-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_mobile_sdhi.1"),
-- 
2.40.1