Skip to content

Commit 9fe5b61

Browse files
fedorloshakovmartinkpetersen
authored andcommitted
scsi: zfcp: Correct kdoc parameter description for sending ELS and CT
Since commit 7c7dc19 ("[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 <[email protected]> Reviewed-by: Steffen Maier <[email protected]> Reviewed-by: Benjamin Block <[email protected]> Signed-off-by: Nihar Panda <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent c17618c commit 9fe5b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/s390/scsi/zfcp_fsf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ static int zfcp_fsf_setup_ct_els(struct zfcp_fsf_req *req,
12181218
/**
12191219
* zfcp_fsf_send_ct - initiate a Generic Service request (FC-GS)
12201220
* @wka_port: pointer to zfcp WKA port to send CT/GS to
1221-
* @ct: pointer to struct zfcp_send_ct with data for request
1221+
* @ct: pointer to struct zfcp_fsf_ct_els with data for CT request
12221222
* @pool: if non-null this mempool is used to allocate struct zfcp_fsf_req
12231223
* @timeout: timeout that hardware should use, and a later software timeout
12241224
*/
@@ -1316,7 +1316,7 @@ static void zfcp_fsf_send_els_handler(struct zfcp_fsf_req *req)
13161316
* zfcp_fsf_send_els - initiate an ELS command (FC-FS)
13171317
* @adapter: pointer to zfcp adapter
13181318
* @d_id: N_Port_ID to send ELS to
1319-
* @els: pointer to struct zfcp_send_els with data for the command
1319+
* @els: pointer to struct zfcp_fsf_ct_els with data for the ELS command
13201320
* @timeout: timeout that hardware should use, and a later software timeout
13211321
*/
13221322
int zfcp_fsf_send_els(struct zfcp_adapter *adapter, u32 d_id,

0 commit comments

Comments
 (0)