Skip to content

Commit 96f41cd

Browse files
Yang Limartinkpetersen
authored andcommitted
scsi: target: core: Fix kernel-doc comment
Fix kernel-doc comment to silence the warnings: drivers/target/target_core_transport.c:1930: warning: Excess function parameter 'cmd' description in 'target_submit' drivers/target/target_core_transport.c:1930: warning: Function parameter or member 'se_cmd' not described in 'target_submit' Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6844 Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Mike Christie <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 9e1c911 commit 96f41cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/target/target_core_transport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,7 @@ static void target_queue_submission(struct se_cmd *se_cmd)
19211921

19221922
/**
19231923
* target_submit - perform final initialization and submit cmd to LIO core
1924-
* @cmd: command descriptor to submit
1924+
* @se_cmd: command descriptor to submit
19251925
*
19261926
* target_submit_prep or something similar must have been called on the cmd,
19271927
* and this must be called from process context.

0 commit comments

Comments
 (0)