aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/osdmap.c
diff options
context:
space:
mode:
authorGravatar Zheng Yongjun <zhengyongjun3@huawei.com> 2021-06-02 14:56:35 +0800
committerGravatar David S. Miller <davem@davemloft.net> 2021-06-03 13:24:23 -0700
commitdd0d91b9139899ba2546290ab282767600e0f358 (patch)
tree14b3744ccb067ddcb37f5822c0f41fef19e6a716 /net/ceph/osdmap.c
parentrtnetlink: Fix spelling mistakes (diff)
downloadlinux-dd0d91b9139899ba2546290ab282767600e0f358.tar.gz
linux-dd0d91b9139899ba2546290ab282767600e0f358.tar.bz2
linux-dd0d91b9139899ba2546290ab282767600e0f358.zip
libceph: Fix spelling mistakes
Fix some spelling mistakes in comments: enconding ==> encoding ambigous ==> ambiguous orignal ==> original encyption ==> encryption Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ceph/osdmap.c')
-rw-r--r--net/ceph/osdmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c
index c959320c4775..75b738083523 100644
--- a/net/ceph/osdmap.c
+++ b/net/ceph/osdmap.c
@@ -1309,7 +1309,7 @@ static int get_osdmap_client_data_v(void **p, void *end,
return -EINVAL;
}
- /* old osdmap enconding */
+ /* old osdmap encoding */
struct_v = 0;
}
@@ -3010,7 +3010,7 @@ static bool is_valid_crush_name(const char *name)
* parent, returns 0.
*
* Does a linear search, as there are no parent pointers of any
- * kind. Note that the result is ambigous for items that occur
+ * kind. Note that the result is ambiguous for items that occur
* multiple times in the map.
*/
static int get_immediate_parent(struct crush_map *c, int id,