projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f7440
)
s390/sclp: Fix typo in comments
author
Jiang Jian
<jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 14:27:13 +0000
(22:27 +0800)
committer
Alexander Gordeev
<agordeev@linux.ibm.com>
Thu, 30 Jun 2022 17:40:36 +0000
(19:40 +0200)
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>
drivers/s390/char/sclp.c
patch
|
blob
|
history
diff --git
a/drivers/s390/char/sclp.c
b/drivers/s390/char/sclp.c
index cb24917619589e845a629dd82c75b99f3f5f9564..ae1d6ee382a50e21792f5a47f5433e77a86c7ba0 100644
(file)
--- a/
drivers/s390/char/sclp.c
+++ b/
drivers/s390/char/sclp.c
@@
-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;