From: SirnamSwetha Date: Fri, 29 Jan 2016 23:45:40 +0000 (+0530) Subject: Staging: board: Blank lines aren't necessary before a close brace X-Git-Tag: next-20160210~18^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=377ef3e9efc3d8171d5c037b3411c2bb7f8b96ad;p=karo-tx-linux.git Staging: board: Blank lines aren't necessary before a close brace Fix checkpatch.pl issue CHECK: Blank lines aren't necessary before a close brace Signed-off-by: SirnamSwetha Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c index 965afc79aadd..45807d8287d1 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);