Skip to content

Commit

Permalink
rbd: fix spelling mistake: "reregisteration" -> "reregistration"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in rdb_warn message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
Colin Ian King authored and Ilya Dryomov committed Apr 2, 2018
1 parent 7aac453 commit f6870cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3479,7 +3479,7 @@ static void rbd_reregister_watch(struct work_struct *work)

ret = rbd_dev_refresh(rbd_dev);
if (ret)
rbd_warn(rbd_dev, "reregisteration refresh failed: %d", ret);
rbd_warn(rbd_dev, "reregistration refresh failed: %d", ret);
}

/*
Expand Down

0 comments on commit f6870cc

Please sign in to comment.