Commit d608f45e authored by Jiang Jian's avatar Jiang Jian Committed by Alexander Gordeev

s390/sclp: Fix typo in comments

Remove the repeated word 'and' from comments
Signed-off-by: default avatarJiang Jian <jiangjian@cdjrlc.com>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220622142713.14187-1-jiangjian@cdjrlc.comSigned-off-by: default avatarAlexander Gordeev <agordeev@linux.ibm.com>
parent e4f74400
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment