linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block: fix repeated words in comments
@ 2022-08-16 12:09 Jilin Yuan
  2022-08-16 12:22 ` Juergen Gross
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-08-16 12:09 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, linux-kernel, Jilin Yuan

 Delete the redundant word 'can'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 block/bio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bio.c b/block/bio.c
index f92d0223247b..c883f8963c14 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -567,7 +567,7 @@ EXPORT_SYMBOL(bio_alloc_bioset);
  * be reused by calling bio_uninit() before calling bio_init() again.
  *
  * Note that unlike bio_alloc() or bio_alloc_bioset() allocations from this
- * function are not backed by a mempool can can fail.  Do not use this function
+ * function are not backed by a mempool can fail.  Do not use this function
  * for allocations in the file system I/O path.
  *
  * Returns: Pointer to new bio on success, NULL on failure.
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: fix repeated words in comments
  2022-08-16 12:09 [PATCH] block: fix repeated words in comments Jilin Yuan
@ 2022-08-16 12:22 ` Juergen Gross
  0 siblings, 0 replies; 2+ messages in thread
From: Juergen Gross @ 2022-08-16 12:22 UTC (permalink / raw)
  To: Jilin Yuan, axboe; +Cc: linux-block, linux-kernel


[-- Attachment #1.1.1: Type: text/plain, Size: 837 bytes --]

On 16.08.22 14:09, Jilin Yuan wrote:
>   Delete the redundant word 'can'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   block/bio.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/block/bio.c b/block/bio.c
> index f92d0223247b..c883f8963c14 100644
> --- a/block/bio.c
> +++ b/block/bio.c
> @@ -567,7 +567,7 @@ EXPORT_SYMBOL(bio_alloc_bioset);
>    * be reused by calling bio_uninit() before calling bio_init() again.
>    *
>    * Note that unlike bio_alloc() or bio_alloc_bioset() allocations from this
> - * function are not backed by a mempool can can fail.  Do not use this function
> + * function are not backed by a mempool can fail.  Do not use this function

This sentence is still not correct. I guess the first "can" should be replaced
with "and".


Juergen

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3149 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-16 12:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 12:09 [PATCH] block: fix repeated words in comments Jilin Yuan
2022-08-16 12:22 ` Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).