]> Git Repo - linux.git/commitdiff
scsi: mpi3mr: Fix W=1 compilation warnings
authorRanjan Kumar <[email protected]>
Thu, 16 Mar 2023 11:02:07 +0000 (16:32 +0530)
committerMartin K. Petersen <[email protected]>
Fri, 17 Mar 2023 03:54:29 +0000 (23:54 -0400)
Fix W=1 compilation warnings.

Signed-off-by: Ranjan Kumar <[email protected]>
Signed-off-by: Sreekanth Reddy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/mpi3mr/mpi3mr_app.c

index bff63770239797ce2e9a5e6be4c3d82281d42c14..393b86ee2036438079962ecaad75fdd5d3e8cb2c 100644 (file)
@@ -922,6 +922,7 @@ err_out:
 /**
  * mpi3mr_bsg_process_mpt_cmds - MPI Pass through BSG handler
  * @job: BSG job reference
+ * @reply_payload_rcv_len: length of payload recvd
  *
  * This function is the top level handler for MPI Pass through
  * command, this does basic validation of the input data buffers,
@@ -1471,6 +1472,7 @@ static int mpi3mr_bsg_request(struct bsg_job *job)
 
 /**
  * mpi3mr_bsg_exit - de-registration from bsg layer
+ * @mrioc: Adapter instance reference
  *
  * This will be called during driver unload and all
  * bsg resources allocated during load will be freed.
@@ -1505,6 +1507,7 @@ static void mpi3mr_bsg_node_release(struct device *dev)
 
 /**
  * mpi3mr_bsg_init -  registration with bsg layer
+ * @mrioc: Adapter instance reference
  *
  * This will be called during driver load and it will
  * register driver with bsg layer
This page took 0.073431 seconds and 4 git commands to generate.