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 d098272 commit a4892f8Copy full SHA for a4892f8
drivers/s390/char/sclp_ftp.c
@@ -31,6 +31,8 @@ static u64 sclp_ftp_length;
31
32
/**
33
* sclp_ftp_txcb() - Diagnostic Test FTP services SCLP command callback
34
+ * @req: sclp request
35
+ * @data: pointer to struct completion
36
*/
37
static void sclp_ftp_txcb(struct sclp_req *req, void *data)
38
{
@@ -45,6 +47,7 @@ static void sclp_ftp_txcb(struct sclp_req *req, void *data)
45
47
46
48
49
* sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback
50
+ * @evbuf: pointer to Diagnostic Test (ET7) event buffer
51
52
static void sclp_ftp_rxcb(struct evbuf_header *evbuf)
53
0 commit comments