Skip to content

Commit abbee81

Browse files
committed
Fixup wrong kernel-doc annotations
Some function descriptions weren't properly specified. Signed-off-by: Hannes Reinecke <[email protected]>
1 parent 7cfbc01 commit abbee81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/nvme/fabrics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const char *nvmf_qptype_str(__u8 qptype);
161161
const char *nvmf_cms_str(__u8 cms);
162162

163163
/**
164-
* nvmf_default_config - Default values for fabrics configuration
164+
* nvmf_default_config() - Default values for fabrics configuration
165165
* @cfg: config values to set
166166
*
167167
* Initializes @cfg with default values.

src/nvme/tree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ char *nvme_get_ctrl_attr(nvme_ctrl_t c, const char *attr);
11461146
char *nvme_get_ns_attr(nvme_ns_t n, const char *attr);
11471147

11481148
/**
1149-
* nvme_subsystem_lookup_namespace - lookup namespace by NSID
1149+
* nvme_subsystem_lookup_namespace() - lookup namespace by NSID
11501150
* @s: nvme_subsystem_t object
11511151
* @nsid: namespace id
11521152
*

0 commit comments

Comments
 (0)