From: Arunpandian J Date: Mon, 21 Mar 2022 03:55:51 +0000 (+0530) Subject: fabrics: Streamlining documentation X-Git-Tag: v1.0-rc8~24^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a10ecaa9d23ed1e2e1b652cce70f6e745321f978;p=users%2Fsagi%2Flibnvme.git fabrics: Streamlining documentation Aligning whitespace indentation Signed-off-by: Arunpandian J --- diff --git a/src/nvme/fabrics.h b/src/nvme/fabrics.h index f8ba1273..bda81aae 100644 --- a/src/nvme/fabrics.h +++ b/src/nvme/fabrics.h @@ -170,9 +170,9 @@ void nvmf_default_config(struct nvme_fabrics_config *cfg); /** * nvmf_add_ctrl() - Connect a controller and update topology - * @h: Host to which the controller should be attached - * @c: Controller to be connected - * @cfg: Default configuration for the controller + * @h: Host to which the controller should be attached + * @c: Controller to be connected + * @cfg: Default configuration for the controller * * Issues a 'connect' command to the NVMe-oF controller and inserts @c * into the topology using @h as parent. @@ -185,9 +185,9 @@ int nvmf_add_ctrl(nvme_host_t h, nvme_ctrl_t c, /** * nvmf_get_discovery_log() - Return the discovery log page - * @c: Discover controller to use - * @logp: Pointer to the log page to be returned - * @max_retries: maximum number of log page entries to be returned + * @c: Discover controller to use + * @logp: Pointer to the log page to be returned + * @max_retries: maximum number of log page entries to be returned * * Return: 0 on success; on failure -1 is returned and errno is set */ @@ -219,10 +219,10 @@ char *nvmf_hostid_from_file(); /** * nvmf_connect_disc_entry() - Connect controller based on the discovery log page entry - * @h: Host to which the controller should be connected - * @e: Discovery log page entry - * @defcfg: Default configurationn to be used for the new controller - * @discover: Set to 'true' if the new controller is a discovery controller + * @h: Host to which the controller should be connected + * @e: Discovery log page entry + * @defcfg: Default configurationn to be used for the new controller + * @discover: Set to 'true' if the new controller is a discovery controller * * Return: Pointer to the new controller */