]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: zfcp: Correct kdoc parameter description for sending ELS and CT
authorFedor Loshakov <loshakov@linux.ibm.com>
Thu, 5 Dec 2024 14:19:30 +0000 (15:19 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 10 Dec 2024 02:54:54 +0000 (21:54 -0500)
commit9fe5b6130baf6dd15d46b41f8edf0abdb3541f4f
tree3d8886f9c499609aa89d4ca659118e377a0ef391
parentc17618cf664ddf54b264ea74df9e8ab3e3ceda3b
scsi: zfcp: Correct kdoc parameter description for sending ELS and CT

Since commit 7c7dc196814b ("[SCSI] zfcp: Simplify handling of ct and els
requests") there are no more such structures as zfcp_send_els and
zfcp_send_ct. Instead there is now one common fsf structure to hold zfcp
data for ct and els requests. Fix parameter description for
zfcp_fsf_send_ct() and zfcp_fsf_send_els() accordingly.

Signed-off-by: Fedor Loshakov <loshakov@linux.ibm.com>
Reviewed-by: Steffen Maier <maier@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Nihar Panda <niharp@linux.ibm.com>
Link: https://lore.kernel.org/r/20241205141932.1227039-2-niharp@linux.ibm.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/s390/scsi/zfcp_fsf.c