Skip to content

Commit a10ecaa

Browse files
author
Arunpandian J
committed
fabrics: Streamlining documentation
Aligning whitespace indentation Signed-off-by: Arunpandian J <[email protected]>
1 parent 131ee68 commit a10ecaa

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/nvme/fabrics.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ void nvmf_default_config(struct nvme_fabrics_config *cfg);
170170

171171
/**
172172
* nvmf_add_ctrl() - Connect a controller and update topology
173-
* @h: Host to which the controller should be attached
174-
* @c: Controller to be connected
175-
* @cfg: Default configuration for the controller
173+
* @h: Host to which the controller should be attached
174+
* @c: Controller to be connected
175+
* @cfg: Default configuration for the controller
176176
*
177177
* Issues a 'connect' command to the NVMe-oF controller and inserts @c
178178
* into the topology using @h as parent.
@@ -185,9 +185,9 @@ int nvmf_add_ctrl(nvme_host_t h, nvme_ctrl_t c,
185185

186186
/**
187187
* nvmf_get_discovery_log() - Return the discovery log page
188-
* @c: Discover controller to use
189-
* @logp: Pointer to the log page to be returned
190-
* @max_retries: maximum number of log page entries to be returned
188+
* @c: Discover controller to use
189+
* @logp: Pointer to the log page to be returned
190+
* @max_retries: maximum number of log page entries to be returned
191191
*
192192
* Return: 0 on success; on failure -1 is returned and errno is set
193193
*/
@@ -219,10 +219,10 @@ char *nvmf_hostid_from_file();
219219

220220
/**
221221
* nvmf_connect_disc_entry() - Connect controller based on the discovery log page entry
222-
* @h: Host to which the controller should be connected
223-
* @e: Discovery log page entry
224-
* @defcfg: Default configurationn to be used for the new controller
225-
* @discover: Set to 'true' if the new controller is a discovery controller
222+
* @h: Host to which the controller should be connected
223+
* @e: Discovery log page entry
224+
* @defcfg: Default configurationn to be used for the new controller
225+
* @discover: Set to 'true' if the new controller is a discovery controller
226226
*
227227
* Return: Pointer to the new controller
228228
*/

0 commit comments

Comments
 (0)