* Staging: board: Blank lines aren't necessary before a close brace
@ 2016-01-29 23:45 SirnamSwetha
0 siblings, 0 replies; only message in thread
From: SirnamSwetha @ 2016-01-29 23:45 UTC (permalink / raw)
To: gregkh, devel, linux-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-29 23:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 23:45 Staging: board: Blank lines aren't necessary before a close brace SirnamSwetha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox