From: Jason Wang Date: Sun, 24 Jul 2022 20:11:31 +0000 (+0800) Subject: libceph: fix ceph_pagelist_reserve() comment typo X-Git-Tag: v6.6.17~6806^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f8861945562c507248fd000fde70d9af4d225d2;p=platform%2Fkernel%2Flinux-rpi.git libceph: fix ceph_pagelist_reserve() comment typo The double `without' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Reviewed-by: Ilya Dryomov Signed-off-by: Ilya Dryomov --- diff --git a/net/ceph/pagelist.c b/net/ceph/pagelist.c index 65e34f7..74622b2 100644 --- a/net/ceph/pagelist.c +++ b/net/ceph/pagelist.c @@ -96,7 +96,7 @@ int ceph_pagelist_append(struct ceph_pagelist *pl, const void *buf, size_t len) EXPORT_SYMBOL(ceph_pagelist_append); /* Allocate enough pages for a pagelist to append the given amount - * of data without without allocating. + * of data without allocating. * Returns: 0 on success, -ENOMEM on error. */ int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space)