mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ again:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Do not return the error but go back to waiting. We
|
* 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.
|
* time is bounded so we will get it eventually.
|
||||||
*/
|
*/
|
||||||
WARN_ON(atomic_read(&wsm->total_ws) < 1);
|
WARN_ON(atomic_read(&wsm->total_ws) < 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue