Skip to content

Commit

Permalink
s390/sclp: Fix typo in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiang Jian authored and Alexander Gordeev committed Jun 30, 2022
1 parent e4f7440 commit d608f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/char/sclp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d608f45

Please sign in to comment.