Skip to content

Commit d608f45

Browse files
Jiang JianAlexander Gordeev
authored andcommitted
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>
1 parent e4f7440 commit d608f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/s390/char/sclp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static LIST_HEAD(sclp_reg_list);
6060
/* List of queued requests. */
6161
static LIST_HEAD(sclp_req_queue);
6262

63-
/* Data for read and and init requests. */
63+
/* Data for read and init requests. */
6464
static struct sclp_req sclp_read_req;
6565
static struct sclp_req sclp_init_req;
6666
static void *sclp_read_sccb;

0 commit comments

Comments
 (0)