]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
fabrics: Streamlining documentation
authorArunpandian J <apj.arun@samsung.com>
Mon, 21 Mar 2022 03:55:51 +0000 (09:25 +0530)
committerArunpandian J <apj.arun@samsung.com>
Mon, 21 Mar 2022 03:55:51 +0000 (09:25 +0530)
Aligning whitespace indentation

Signed-off-by: Arunpandian J <apj.arun@samsung.com>
src/nvme/fabrics.h

index f8ba12735567fc69bfa6183578b2bb8bcf85d5ce..bda81aaef911239cb53e9e11fa8a5c6673353693 100644 (file)
@@ -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
  */