diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-09-06 22:23:36 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-09-07 13:38:42 +0200 |
commit | 7d665612dd5ae0fe982a34447f84cb5121c3455a (patch) | |
tree | d794b4a07253452f7e857080a26e3395173c2a33 | |
parent | s390: remove xpram device driver (diff) | |
download | linux-7d665612dd5ae0fe982a34447f84cb5121c3455a.tar.xz linux-7d665612dd5ae0fe982a34447f84cb5121c3455a.zip |
s390/hmcdrv_ftp: fix kernel doc comment
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
-rw-r--r-- | drivers/s390/char/hmcdrv_ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/hmcdrv_ftp.c b/drivers/s390/char/hmcdrv_ftp.c index 37ee8f698c3b..02b6f394aec2 100644 --- a/drivers/s390/char/hmcdrv_ftp.c +++ b/drivers/s390/char/hmcdrv_ftp.c @@ -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); |