Loading drivers/s390/char/sclp_ftp.c +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ static u64 sclp_ftp_length; /** * sclp_ftp_txcb() - Diagnostic Test FTP services SCLP command callback * @req: sclp request * @data: pointer to struct completion */ static void sclp_ftp_txcb(struct sclp_req *req, void *data) { Loading @@ -45,6 +47,7 @@ static void sclp_ftp_txcb(struct sclp_req *req, void *data) /** * sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback * @evbuf: pointer to Diagnostic Test (ET7) event buffer */ static void sclp_ftp_rxcb(struct evbuf_header *evbuf) { Loading Loading
drivers/s390/char/sclp_ftp.c +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ static u64 sclp_ftp_length; /** * sclp_ftp_txcb() - Diagnostic Test FTP services SCLP command callback * @req: sclp request * @data: pointer to struct completion */ static void sclp_ftp_txcb(struct sclp_req *req, void *data) { Loading @@ -45,6 +47,7 @@ static void sclp_ftp_txcb(struct sclp_req *req, void *data) /** * sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback * @evbuf: pointer to Diagnostic Test (ET7) event buffer */ static void sclp_ftp_rxcb(struct evbuf_header *evbuf) { Loading