Skip to content

Commit

Permalink
net: ceph: Fix a typo in osdmap.c
Browse files Browse the repository at this point in the history
Modify "inital" to "initial" in net/ceph/osdmap.c.

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Lu Wei <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Lu Wei authored and davem330 committed Mar 26, 2021
1 parent 01dc080 commit 3f9143f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ceph/osdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3f9143f

Please sign in to comment.