lkml.org 
[lkml]   [2016]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 10/24] ste_dma40: Adjust the position of a jump label in d40_probe()
    From
    Date
    From: Markus Elfring <elfring@users.sourceforge.net>
    Date: Sat, 17 Sep 2016 14:36:26 +0200

    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 <elfring@users.sourceforge.net>
    ---
    drivers/dma/ste_dma40.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
    index ebb00a8..4ebc825 100644
    --- a/drivers/dma/ste_dma40.c
    +++ b/drivers/dma/ste_dma40.c
    @@ -3728,7 +3728,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;
    }
    --
    2.10.0
    \
     
     \ /
      Last update: 2016-09-17 17:19    [W:4.015 / U:0.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site