linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390/dasd: drop unexpected word 'for' in comments
@ 2022-06-23 10:21 Jiang Jian
  2022-06-28 12:30 ` Stefan Haberland
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-23 10:21 UTC (permalink / raw)
  To: sth, hoeppner
  Cc: hca, gor, agordeev, borntraeger, svens, linux-s390, linux-kernel,
	Jiang Jian

there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/s390/block/dasd.c
line - 1728

	/* check for for attention message */

changed to:

	/* check for attention message */

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

diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c
index ba6d78789660..35b94aa02f15 100644
--- a/drivers/s390/block/dasd.c
+++ b/drivers/s390/block/dasd.c
@@ -1725,7 +1725,7 @@ void dasd_int_handler(struct ccw_device *cdev, unsigned long intparm,
 		dasd_put_device(device);
 	}
 
-	/* check for for attention message */
+	/* check for attention message */
 	if (scsw_dstat(&irb->scsw) & DEV_STAT_ATTENTION) {
 		device = dasd_device_from_cdev_locked(cdev);
 		if (!IS_ERR(device)) {
-- 
2.17.1


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

* Re: [PATCH] s390/dasd: drop unexpected word 'for' in comments
  2022-06-23 10:21 [PATCH] s390/dasd: drop unexpected word 'for' in comments Jiang Jian
@ 2022-06-28 12:30 ` Stefan Haberland
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Haberland @ 2022-06-28 12:30 UTC (permalink / raw)
  To: Jiang Jian, hoeppner
  Cc: hca, gor, agordeev, borntraeger, svens, linux-s390, linux-kernel

Am 23.06.22 um 12:21 schrieb Jiang Jian:
> there is an unexpected word 'for' in the comments that need to be dropped
>
> file - drivers/s390/block/dasd.c
> line - 1728
>
> 	/* check for for attention message */
>
> changed to:
>
> 	/* check for attention message */
>
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---

applied, thanks



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 10:21 [PATCH] s390/dasd: drop unexpected word 'for' in comments Jiang Jian
2022-06-28 12:30 ` Stefan Haberland

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).