Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/sclp: Fix typo in comments

Remove the repeated word 'and' from comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220622142713.14187-1-jiangjian@cdjrlc.com
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>

authored by

Jiang Jian and committed by
Alexander Gordeev
d608f45e e4f74400

+1 -1
+1 -1
drivers/s390/char/sclp.c
··· 60 60 /* List of queued requests. */ 61 61 static LIST_HEAD(sclp_req_queue); 62 62 63 - /* Data for read and and init requests. */ 63 + /* Data for read and init requests. */ 64 64 static struct sclp_req sclp_read_req; 65 65 static struct sclp_req sclp_init_req; 66 66 static void *sclp_read_sccb;