Skip to content

Commit ed5d25b

Browse files
sc108-leeigaw
authored andcommitted
doc: fix kernel-doc-check warning
src/nvme/api-types.h:815: warning: Function parameter or member 'mos' not described in 'nvme_io_mgmt_recv_args' src/nvme/api-types.h:815: warning: Function parameter or member 'mo' not described in 'nvme_io_mgmt_recv_args' src/nvme/api-types.h:837: warning: Function parameter or member 'mos' not described in 'nvme_io_mgmt_send_args' src/nvme/api-types.h:837: warning: Function parameter or member 'mo' not described in 'nvme_io_mgmt_send_args' Signed-off-by: Steven Seungcheol Lee <[email protected]>
1 parent ad36c76 commit ed5d25b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/nvme/api-types.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ struct nvme_resv_report_args {
800800
* @nsid: Namespace identifier
801801
* @data_len: Length of @data
802802
* @timeout: Timeout in ms
803-
* @mos Management Operation Specific
804-
* @mo Management Operation
803+
* @mos: Management Operation Specific
804+
* @mo: Management Operation
805805
*/
806806
struct nvme_io_mgmt_recv_args {
807807
void *data;
@@ -822,8 +822,8 @@ struct nvme_io_mgmt_recv_args {
822822
* @nsid: Namespace identifier
823823
* @data_len: Length of @data
824824
* @timeout: Timeout in ms
825-
* @mos Management Operation Specific
826-
* @mo Management Operation
825+
* @mos: Management Operation Specific
826+
* @mo: Management Operation
827827
*/
828828
struct nvme_io_mgmt_send_args {
829829
void *data;

0 commit comments

Comments
 (0)