From: Lu Wei Date: Thu, 25 Mar 2021 06:38:21 +0000 (+0800) Subject: net: ceph: Fix a typo in osdmap.c X-Git-Tag: v5.13-rc1~94^2~390 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f9143f10c3d5055093b18fd3eaa8fc6d1b460f5;p=thirdparty%2Flinux.git net: ceph: Fix a typo in osdmap.c Modify "inital" to "initial" in net/ceph/osdmap.c. Reported-by: Hulk Robot Signed-off-by: Lu Wei Signed-off-by: David S. Miller --- diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c index 2b1dd252f2311..c959320c4775c 100644 --- a/net/ceph/osdmap.c +++ b/net/ceph/osdmap.c @@ -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);