net: ceph: Fix a typo in osdmap.c
Modify "inital" to "initial" in net/ceph/osdmap.c. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Lu Wei <luwei32@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
01dc080be6
commit
3f9143f10c
|
@ -1069,7 +1069,7 @@ again:
|
|||
|
||||
/*
|
||||
* 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);
|
||||
|
|
Loading…
Reference in New Issue