[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7146f97f-eace-9ef6-7a16-3f775d851f33@molgen.mpg.de>
Date: Tue, 20 Sep 2022 14:04:10 +0200
From: Paul Menzel <pmenzel@...gen.mpg.de>
To: Zhou Nan <zhounan@...china.com>
Cc: song@...nel.org, linux-kernel@...r.kernel.org,
linux-raid@...r.kernel.org
Subject: Re: [PATCH] dm: Fix spelling mistake in comments
Dear Zhou,
Am 20.09.22 um 03:28 schrieb Zhou nan:
> From: zhounan <zhounan@...china.com>
You missed the comment about using your full name.
$ git config --global user.name "Zhou Nan"
$ git commit --amend --author="Zhou Nan <zhounan@...china.com>"
> Fix spelling of dones't in comments.
… in one comment.
(Also in summary.)
> Signed-off-by: zhounan <zhounan@...china.com>
> ---
> drivers/md/raid5-cache.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/md/raid5-cache.c b/drivers/md/raid5-cache.c
> index f4e1cc1ece43..683fd4adde17 100644
> --- a/drivers/md/raid5-cache.c
> +++ b/drivers/md/raid5-cache.c
> @@ -125,7 +125,7 @@ struct r5l_log {
> * reclaimed. if it's 0, reclaim spaces
> * used by io_units which are in
> * IO_UNIT_STRIPE_END state (eg, reclaim
> - * dones't wait for specific io_unit
> + * doesn't wait for specific io_unit
> * switching to IO_UNIT_STRIPE_END
> * state) */
> wait_queue_head_t iounit_wait;
The rest looks good.
Kind regards,
Paul
Powered by blists - more mailing lists