Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1322181 > unrolled thread

Staging: board: Blank lines aren't necessary before a close brace

Started bySirnamSwetha <theonly.ultimate@gmail.com>
First post2016-01-30 00:50 +0100
Last post2016-01-30 00:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Staging: board: Blank lines aren't necessary before a close brace SirnamSwetha <theonly.ultimate@gmail.com> - 2016-01-30 00:50 +0100

#1322181 — Staging: board: Blank lines aren't necessary before a close brace

FromSirnamSwetha <theonly.ultimate@gmail.com>
Date2016-01-30 00:50 +0100
SubjectStaging: board: Blank lines aren't necessary before a close brace
Message-ID<qWqXE-2e9-15@gated-at.bofh.it>
Fix checkpatch.pl issue

CHECK: Blank lines aren't necessary before a close brace 

Signed-off-by: SirnamSwetha <theonly.ultimate@gmail.com>
---
 drivers/staging/board/board.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c
index 3eb5eb8..14427e8 100644
--- a/drivers/staging/board/board.c
+++ b/drivers/staging/board/board.c
@@ -155,7 +155,6 @@ static int board_staging_add_dev_domain(struct platform_device *pdev,
 	if (IS_ERR(pd)) {
 		pr_err("Cannot find genpd %s (%ld)\n", domain, PTR_ERR(pd));
 		return PTR_ERR(pd);
-
 	}
 	pr_debug("Found genpd %s for device %s\n", pd->name, pdev->name);
 
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web