Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/hmcdrv: fix kernel doc comments

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>

authored by

Heiko Carstens and committed by
Vasily Gorbik
a4892f85 d0982725

+3
+3
drivers/s390/char/sclp_ftp.c
··· 31 31 32 32 /** 33 33 * sclp_ftp_txcb() - Diagnostic Test FTP services SCLP command callback 34 + * @req: sclp request 35 + * @data: pointer to struct completion 34 36 */ 35 37 static void sclp_ftp_txcb(struct sclp_req *req, void *data) 36 38 { ··· 47 45 48 46 /** 49 47 * sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback 48 + * @evbuf: pointer to Diagnostic Test (ET7) event buffer 50 49 */ 51 50 static void sclp_ftp_rxcb(struct evbuf_header *evbuf) 52 51 {