File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ int mpi3mr_process_admin_reply_q(struct mpi3mr_ioc *mrioc)
475
475
* @op_reply_q: op_reply_qinfo object
476
476
* @reply_ci: operational reply descriptor's queue consumer index
477
477
*
478
- * Returns reply descriptor frame address
478
+ * Returns: reply descriptor frame address
479
479
*/
480
480
static inline struct mpi3_default_reply_descriptor *
481
481
mpi3mr_get_reply_desc (struct op_reply_qinfo * op_reply_q , u32 reply_ci )
@@ -1063,7 +1063,6 @@ enum mpi3mr_iocstate mpi3mr_get_iocstate(struct mpi3mr_ioc *mrioc)
1063
1063
* @mrioc: Adapter instance reference
1064
1064
*
1065
1065
* Free the DMA memory allocated for IOCTL handling purpose.
1066
-
1067
1066
*
1068
1067
* Return: None
1069
1068
*/
@@ -1106,7 +1105,6 @@ static void mpi3mr_free_ioctl_dma_memory(struct mpi3mr_ioc *mrioc)
1106
1105
/**
1107
1106
* mpi3mr_alloc_ioctl_dma_memory - Alloc memory for ioctl dma
1108
1107
* @mrioc: Adapter instance reference
1109
-
1110
1108
*
1111
1109
* This function allocates dmaable memory required to handle the
1112
1110
* application issued MPI3 IOCTL requests.
@@ -1241,7 +1239,7 @@ static int mpi3mr_issue_and_process_mur(struct mpi3mr_ioc *mrioc,
1241
1239
* during reset/resume
1242
1240
* @mrioc: Adapter instance reference
1243
1241
*
1244
- * Return zero if the new IOCFacts parameters value is compatible with
1242
+ * Return: zero if the new IOCFacts parameters value is compatible with
1245
1243
* older values else return -EPERM
1246
1244
*/
1247
1245
static int
You can’t perform that action at this time.
0 commit comments