Skip to content

Commit 7d66561

Browse files
committed
s390/hmcdrv_ftp: fix kernel doc comment
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 68c32eb commit 7d66561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/s390/char/hmcdrv_ftp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* struct hmcdrv_ftp_ops - HMC drive FTP operations
2727
* @startup: startup function
2828
* @shutdown: shutdown function
29-
* @cmd: FTP transfer function
29+
* @transfer: FTP transfer function
3030
*/
3131
struct hmcdrv_ftp_ops {
3232
int (*startup)(void);

0 commit comments

Comments
 (0)