From: Markus Elfring <[email protected]>
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 <[email protected]>
---
 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

Reply via email to