Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: core: Add kernel-doc for scsi_msg_to_host_byte()

Add entries for missing documentation to prevent kernel-doc warnings:

scsi_cmnd.h:365: warning: Function parameter or struct member 'cmd' not described in 'scsi_msg_to_host_byte'
scsi_cmnd.h:365: warning: Function parameter or struct member 'msg' not described in 'scsi_msg_to_host_byte'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20240408025425.18778-4-rdunlap@infradead.org
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Randy Dunlap and committed by
Martin K. Petersen
fcf8829f 293fcea5

+2
+2
include/scsi/scsi_cmnd.h
··· 353 353 354 354 /** 355 355 * scsi_msg_to_host_byte() - translate message byte 356 + * @cmd: the SCSI command 357 + * @msg: the SCSI parallel message byte to translate 356 358 * 357 359 * Translate the SCSI parallel message byte to a matching 358 360 * host byte setting. A message of COMMAND_COMPLETE indicates