We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f7440 commit d608f45Copy full SHA for d608f45
drivers/s390/char/sclp.c
@@ -60,7 +60,7 @@ static LIST_HEAD(sclp_reg_list);
60
/* List of queued requests. */
61
static LIST_HEAD(sclp_req_queue);
62
63
-/* Data for read and and init requests. */
+/* Data for read and init requests. */
64
static struct sclp_req sclp_read_req;
65
static struct sclp_req sclp_init_req;
66
static void *sclp_read_sccb;
0 commit comments