aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
diff options
context:
space:
mode:
authorLu Wei <luwei32@huawei.com>2021-03-25 14:38:21 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-25 17:05:07 -0700
commit3f9143f10c3d5055093b18fd3eaa8fc6d1b460f5 (patch)
tree55ace58340f3e7c095aa423f068fe6a1e7932f35 /net/ceph
parentdrivers: net: ethernet: struct sk_buff is declared duplicately (diff)
downloadlinux-dev-3f9143f10c3d5055093b18fd3eaa8fc6d1b460f5.tar.xz
linux-dev-3f9143f10c3d5055093b18fd3eaa8fc6d1b460f5.zip
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>
Diffstat (limited to 'net/ceph')
-rw-r--r--net/ceph/osdmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c
index 2b1dd252f231..c959320c4775 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);