[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAOi1vP_bepwLrWwV3pvigF19_QQp75DejcQsDKDwBtV+svUhbQ@mail.gmail.com>
Date: Tue, 26 Jul 2022 09:57:18 +0200
From: Ilya Dryomov <idryomov@...il.com>
To: Jason Wang <wangborong@...rlc.com>
Cc: Eric Dumazet <edumazet@...gle.com>, Xiubo Li <xiubli@...hat.com>,
Jeff Layton <jlayton@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Ceph Development <ceph-devel@...r.kernel.org>,
netdev <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] libceph: Fix comment typo
On Sun, Jul 24, 2022 at 2:20 PM Jason Wang <wangborong@...rlc.com> wrote:
>
> The double `without' is duplicated in the comment, remove one.
>
> Signed-off-by: Jason Wang <wangborong@...rlc.com>
> ---
> net/ceph/pagelist.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/ceph/pagelist.c b/net/ceph/pagelist.c
> index 65e34f78b05d..74622b278d57 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)
> --
> 2.35.1
>
Applied.
Thanks,
Ilya
Powered by blists - more mailing lists