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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=876e023524051e909e48684f4b534f0803df7468;p=linux-beck.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 cead96b6db42..03adf918d889 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; }