Skip to content

Commit a4892f8

Browse files
hcahcaVasily Gorbik
authored andcommitted
s390/hmcdrv: fix kernel doc comments
Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent d098272 commit a4892f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/s390/char/sclp_ftp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ static u64 sclp_ftp_length;
3131

3232
/**
3333
* sclp_ftp_txcb() - Diagnostic Test FTP services SCLP command callback
34+
* @req: sclp request
35+
* @data: pointer to struct completion
3436
*/
3537
static void sclp_ftp_txcb(struct sclp_req *req, void *data)
3638
{
@@ -45,6 +47,7 @@ static void sclp_ftp_txcb(struct sclp_req *req, void *data)
4547

4648
/**
4749
* sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback
50+
* @evbuf: pointer to Diagnostic Test (ET7) event buffer
4851
*/
4952
static void sclp_ftp_rxcb(struct evbuf_header *evbuf)
5053
{

0 commit comments

Comments
 (0)