]> Git Repo - J-linux.git/commitdiff
libceph: fix ceph_pagelist_reserve() comment typo
authorJason Wang <[email protected]>
Sun, 24 Jul 2022 20:11:31 +0000 (04:11 +0800)
committerIlya Dryomov <[email protected]>
Tue, 2 Aug 2022 22:54:13 +0000 (00:54 +0200)
The double `without' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
Signed-off-by: Ilya Dryomov <[email protected]>
net/ceph/pagelist.c

index 65e34f78b05d4ca662ddceca0d1a24b34eb4007d..74622b278d5766bd57803d9e160ac9c390b9b287 100644 (file)
@@ -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)
This page took 0.04891 seconds and 4 git commands to generate.