Commit 3f9143f1 authored by Lu Wei's avatar Lu Wei Committed by David S. Miller
Browse files

net: ceph: Fix a typo in osdmap.c



Modify "inital" to "initial" in net/ceph/osdmap.c.

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarLu Wei <luwei32@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 01dc080b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1069,7 +1069,7 @@ static struct crush_work *get_workspace(struct workspace_manager *wsm,

		/*
		 * Do not return the error but go back to waiting.  We
		 * have the inital workspace and the CRUSH computation
		 * have the initial workspace and the CRUSH computation
		 * time is bounded so we will get it eventually.
		 */
		WARN_ON(atomic_read(&wsm->total_ws) < 1);