Skip to content

Commit bcee43d

Browse files
Jiang Jianaxboe
authored andcommitted
s390/dasd: drop unexpected word 'for' in comments
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stefan Haberland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent c86019f commit bcee43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/s390/block/dasd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ void dasd_int_handler(struct ccw_device *cdev, unsigned long intparm,
17251725
dasd_put_device(device);
17261726
}
17271727

1728-
/* check for for attention message */
1728+
/* check for attention message */
17291729
if (scsw_dstat(&irb->scsw) & DEV_STAT_ATTENTION) {
17301730
device = dasd_device_from_cdev_locked(cdev);
17311731
if (!IS_ERR(device)) {

0 commit comments

Comments
 (0)