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: v4.14-rc1~3621^2~1038 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=377ef3e9efc3d8171d5c037b3411c2bb7f8b96ad;p=platform%2Fkernel%2Flinux-rpi.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 965afc7..45807d8 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);