lkml.org 
[lkml]   [2016]   [Sep]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 33/47] block-rbd: Adjust the position of a jump label in rbd_img_request_fill()
    From
    Date
    From a0cfdf15bae448d9a0e2d5d6480c70cfa3f77322 Mon Sep 17 00:00:00 2001
    From: Markus Elfring <elfring@users.sourceforge.net>
    Date: Mon, 12 Sep 2016 19:50:43 +0200
    Subject: [PATCH 33/47] block-rbd: Adjust the position of a jump label in
    rbd_img_request_fill()

    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/block/rbd.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c
    index 7a43711..34ccbf1 100644
    --- a/drivers/block/rbd.c
    +++ b/drivers/block/rbd.c
    @@ -2588,8 +2588,7 @@ static int rbd_img_request_fill(struct rbd_img_request *img_request,
    }

    return 0;
    -
    -out_unwind:
    + out_unwind:
    for_each_obj_request_safe(img_request, obj_request, next_obj_request)
    rbd_img_obj_request_del(img_request, obj_request);

    --
    2.10.0
    \
     
     \ /
      Last update: 2016-09-17 09:59    [W:2.617 / U:0.752 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site