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:
Lu Wei 2021-03-25 14:38:21 +08:00 committed by David S. Miller
parent 01dc080be6
commit 3f9143f10c
1 changed files with 1 additions and 1 deletions

View File

@ -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);