All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390/sclp: Fix typo in comments
@ 2022-06-22 14:27 Jiang Jian
  2022-06-23 15:15 ` Kees Cook
  2022-06-28 12:44 ` Alexander Gordeev
  0 siblings, 2 replies; 3+ messages in thread
From: Jiang Jian @ 2022-06-22 14:27 UTC (permalink / raw)
  To: hca, gor, agordeev
  Cc: borntraeger, svens, oberpar, keescook, bjorn.andersson, liaoyu15,
	andriy.shevchenko, linux-kernel, linux-s390, Jiang Jian

Remove the repeated word 'and' from comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/s390/char/sclp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/char/sclp.c b/drivers/s390/char/sclp.c
index cb2491761958..ae1d6ee382a5 100644
--- a/drivers/s390/char/sclp.c
+++ b/drivers/s390/char/sclp.c
@@ -60,7 +60,7 @@ static LIST_HEAD(sclp_reg_list);
 /* List of queued requests. */
 static LIST_HEAD(sclp_req_queue);
 
-/* Data for read and and init requests. */
+/* Data for read and init requests. */
 static struct sclp_req sclp_read_req;
 static struct sclp_req sclp_init_req;
 static void *sclp_read_sccb;
-- 
2.17.1


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

* Re: [PATCH] s390/sclp: Fix typo in comments
  2022-06-22 14:27 [PATCH] s390/sclp: Fix typo in comments Jiang Jian
@ 2022-06-23 15:15 ` Kees Cook
  2022-06-28 12:44 ` Alexander Gordeev
  1 sibling, 0 replies; 3+ messages in thread
From: Kees Cook @ 2022-06-23 15:15 UTC (permalink / raw)
  To: Jiang Jian
  Cc: hca, gor, agordeev, borntraeger, svens, oberpar, bjorn.andersson,
	liaoyu15, andriy.shevchenko, linux-kernel, linux-s390

On Wed, Jun 22, 2022 at 10:27:13PM +0800, Jiang Jian wrote:
> Remove the repeated word 'and' from comments
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

Reviewed-by: Kees Cook <keescook@chromium.org>

-- 
Kees Cook

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

* Re: [PATCH] s390/sclp: Fix typo in comments
  2022-06-22 14:27 [PATCH] s390/sclp: Fix typo in comments Jiang Jian
  2022-06-23 15:15 ` Kees Cook
@ 2022-06-28 12:44 ` Alexander Gordeev
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Gordeev @ 2022-06-28 12:44 UTC (permalink / raw)
  To: Jiang Jian
  Cc: hca, gor, borntraeger, svens, oberpar, keescook, bjorn.andersson,
	liaoyu15, andriy.shevchenko, linux-kernel, linux-s390

On Wed, Jun 22, 2022 at 10:27:13PM +0800, Jiang Jian wrote:
> Remove the repeated word 'and' from comments
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  drivers/s390/char/sclp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/s390/char/sclp.c b/drivers/s390/char/sclp.c
> index cb2491761958..ae1d6ee382a5 100644
> --- a/drivers/s390/char/sclp.c
> +++ b/drivers/s390/char/sclp.c
> @@ -60,7 +60,7 @@ static LIST_HEAD(sclp_reg_list);
>  /* List of queued requests. */
>  static LIST_HEAD(sclp_req_queue);
>  
> -/* Data for read and and init requests. */
> +/* Data for read and init requests. */
>  static struct sclp_req sclp_read_req;
>  static struct sclp_req sclp_init_req;
>  static void *sclp_read_sccb;

Applied, thanks!

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

end of thread, other threads:[~2022-06-28 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 14:27 [PATCH] s390/sclp: Fix typo in comments Jiang Jian
2022-06-23 15:15 ` Kees Cook
2022-06-28 12:44 ` Alexander Gordeev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.