From: Markus Elfring Date: Sat, 17 Sep 2016 12:36:26 +0000 (+0200) Subject: ste_dma40: Adjust the position of a jump label in d40_probe() X-Git-Tag: v4.14-rc1~2349^2~3^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=876e023524051e909e48684f4b534f0803df7468;p=platform%2Fkernel%2Flinux-rpi.git ste_dma40: Adjust the position of a jump label in d40_probe() Add a space character before a single jump label in this function according to the current Linux coding style convention. Signed-off-by: Markus Elfring Reviewed-by: Linus Walleij Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index cead96b..03adf91 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -3730,7 +3730,7 @@ failure: kfree(base->lookup_phy_chans); kfree(base->phy_res); kfree(base); -report_failure: + report_failure: d40_err(&pdev->dev, "probe failed\n"); return ret; }