[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YtLwBqpS2aYGFF17@rowland.harvard.edu>
Date: Sat, 16 Jul 2022 13:06:14 -0400
From: Alan Stern <stern@...land.harvard.edu>
To: Jilin Yuan <yuanjilin@...rlc.com>
Cc: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
usb-storage@...ts.one-eyed-alien.net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb/storage: fix repeated words in comments
On Sat, Jul 16, 2022 at 09:52:17PM +0800, Jilin Yuan wrote:
> Delete the redundant word 'the'.
> Delete the redundant word 'buffer'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
> ---
> drivers/usb/storage/sddr09.c | 2 +-
> drivers/usb/storage/transport.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/usb/storage/sddr09.c b/drivers/usb/storage/sddr09.c
> index 51bcd4a43690..cb0ae82b4abc 100644
> --- a/drivers/usb/storage/sddr09.c
> +++ b/drivers/usb/storage/sddr09.c
> @@ -1215,7 +1215,7 @@ sddr09_read_map(struct us_data *us) {
> /*
> * read 64 bytes for every block (actually 1 << CONTROL_SHIFT)
> * but only use a 64 KB buffer
> - * buffer size used must be a multiple of (1 << CONTROL_SHIFT)
> + * size used must be a multiple of (1 << CONTROL_SHIFT)
This isn't a redundant word. There should be a period after the last
word ("buffer") on the preceding line.
Alan Stern
Powered by blists - more mailing lists