s390/hmcdrv_ftp: fix kernel doc comment
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 6 Sep 2021 20:23:36 +0000 (22:23 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 7 Sep 2021 11:38:42 +0000 (13:38 +0200)
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/hmcdrv_ftp.c

index 37ee8f6..02b6f39 100644 (file)
@@ -26,7 +26,7 @@
  * struct hmcdrv_ftp_ops - HMC drive FTP operations
  * @startup: startup function
  * @shutdown: shutdown function
- * @cmd: FTP transfer function
+ * @transfer: FTP transfer function
  */
 struct hmcdrv_ftp_ops {
        int (*startup)(void);