diff mbox series

scsi: mpi3mr: fix some kernel-doc warnings in scsi_bsg_mpi3mr.h

Message ID 20240424055322.1400-1-rdunlap@infradead.org (mailing list archive)
State Accepted
Headers show
Series scsi: mpi3mr: fix some kernel-doc warnings in scsi_bsg_mpi3mr.h | expand

Commit Message

Randy Dunlap April 24, 2024, 5:53 a.m. UTC
Correct the name of a struct in kernel-doc to match the actual
function name.
Add kernel-doc comments for 2 reserved fields to match comments
for other reserved fields.
Correct the kernel-doc comments for a nested struct to eliminate
kernel-doc warnings for them.

Warnings fixed here are:

scsi_bsg_mpi3mr.h:419: warning: expecting prototype for struct mpi3mr_bsg_buf_entry_list. Prototype was for struct mpi3mr_buf_entry_list instead

scsi_bsg_mpi3mr.h:435: warning: Function parameter or struct member 'rsvd2' not described in 'mpi3mr_bsg_mptcmd'
scsi_bsg_mpi3mr.h:456: warning: Function parameter or struct member 'rsvd3' not described in 'mpi3mr_bsg_packet'

scsi_bsg_mpi3mr.h:456: warning: Excess struct member 'drvrcmd' description in 'mpi3mr_bsg_packet'
scsi_bsg_mpi3mr.h:456: warning: Excess struct member 'mptcmd' description in 'mpi3mr_bsg_packet'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Sathya Prakash Veerichetty <sathya.prakash@broadcom.com>
Cc: Kashyap Desai <kashyap.desai@broadcom.com>
Cc: Sumit Saxena <sumit.saxena@broadcom.com>
Cc: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Cc: mpi3mr-linuxdrv.pdl@broadcom.com
---
 include/uapi/scsi/scsi_bsg_mpi3mr.h |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

Martin K. Petersen April 25, 2024, 1:31 a.m. UTC | #1
Randy,

> Correct the name of a struct in kernel-doc to match the actual
> function name. Add kernel-doc comments for 2 reserved fields to match
> comments for other reserved fields. Correct the kernel-doc comments
> for a nested struct to eliminate kernel-doc warnings for them.

Applied to 6.10/scsi-staging, thanks!
Martin K. Petersen May 7, 2024, 1:59 a.m. UTC | #2
On Tue, 23 Apr 2024 22:53:22 -0700, Randy Dunlap wrote:

> Correct the name of a struct in kernel-doc to match the actual
> function name.
> Add kernel-doc comments for 2 reserved fields to match comments
> for other reserved fields.
> Correct the kernel-doc comments for a nested struct to eliminate
> kernel-doc warnings for them.
> 
> [...]

Applied to 6.10/scsi-queue, thanks!

[1/1] scsi: mpi3mr: fix some kernel-doc warnings in scsi_bsg_mpi3mr.h
      https://git.kernel.org/mkp/scsi/c/aca061774bc4
diff mbox series

Patch

diff -- a/include/uapi/scsi/scsi_bsg_mpi3mr.h b/include/uapi/scsi/scsi_bsg_mpi3mr.h
--- a/include/uapi/scsi/scsi_bsg_mpi3mr.h
+++ b/include/uapi/scsi/scsi_bsg_mpi3mr.h
@@ -401,7 +401,7 @@  struct mpi3mr_buf_entry {
 	__u32	buf_len;
 };
 /**
- * struct mpi3mr_bsg_buf_entry_list - list of user buffer
+ * struct mpi3mr_buf_entry_list - list of user buffer
  * descriptor for MPI Passthrough requests.
  *
  * @num_of_entries: Number of buffer descriptors
@@ -424,6 +424,7 @@  struct mpi3mr_buf_entry_list {
  * @mrioc_id: Controller ID
  * @rsvd1: Reserved
  * @timeout: MPI request timeout
+ * @rsvd2: Reserved
  * @buf_entry_list: Buffer descriptor list
  */
 struct mpi3mr_bsg_mptcmd {
@@ -441,8 +442,9 @@  struct mpi3mr_bsg_mptcmd {
  * @cmd_type: represents drvrcmd or mptcmd
  * @rsvd1: Reserved
  * @rsvd2: Reserved
- * @drvrcmd: driver request structure
- * @mptcmd: mpt request structure
+ * @rsvd3: Reserved
+ * @cmd.drvrcmd: driver request structure
+ * @cmd.mptcmd: mpt request structure
  */
 struct mpi3mr_bsg_packet {
 	__u8	cmd_type;