From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> Date: Mon, 12 Sep 2016 19:36:23 +0200 Adjust a jump label according to the current Linux coding style convention. Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> --- drivers/block/rbd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c index 7802351..ba8fb74 100644 --- a/drivers/block/rbd.c +++ b/drivers/block/rbd.c @@ -3440,13 +3440,13 @@ static int find_watcher(struct rbd_device *rbd_dev, rbd_dev, cid.gid, cid.handle); rbd_set_owner_cid(rbd_dev, &cid); ret = 1; - goto out; + goto free_watchers; } } dout("%s rbd_dev %p no watchers\n", __func__, rbd_dev); ret = 0; -out: +free_watchers: kfree(watchers); return ret; } -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html