]> git.baikalelectronics.ru Git - kernel.git/commit
s390/dasd: drop unexpected word 'for' in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Thu, 4 Aug 2022 21:39:25 +0000 (23:39 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 4 Aug 2022 22:19:15 +0000 (16:19 -0600)
commit4bf2e880ed802b465a5af3ce55a233ce4d291f64
treecb32669e2b7ce63a37a769ff43ab6094752cb412
parent91ffa9d31c09d8dd2812c5929e361e85b831a3d8
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 <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/r/20220623102114.33249-1-jiangjian@cdjrlc.com
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Link: https://lore.kernel.org/r/20220804213926.3361574-2-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd.c