File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ int nvme_get_ana_log_len(int fd, size_t *analen);
114114/**
115115 * nvme_get_logical_block_size() - Retrieve block size
116116 * @fd: File descriptor of nvme device
117+ * @nsid: Namespace id
117118 * @blksize: Pointer to where the block size will be set on success
118119 *
119120 * Return: The nvme command status if a response was received (see
@@ -167,10 +168,10 @@ int nvme_open(const char *name);
167168
168169/**
169170 * enum nvme_hmac_alg - HMAC algorithm
170- * NVME_HMAC_ALG_NONE: No HMAC algorithm
171- * NVME_HMAC_ALG_SHA2_256: SHA2-256
172- * NVME_HMAC_ALG_SHA2_384: SHA2-384
173- * NVME_HMAC_ALG_SHA2_512: SHA2-512
171+ * @ NVME_HMAC_ALG_NONE: No HMAC algorithm
172+ * @ NVME_HMAC_ALG_SHA2_256: SHA2-256
173+ * @ NVME_HMAC_ALG_SHA2_384: SHA2-384
174+ * @ NVME_HMAC_ALG_SHA2_512: SHA2-512
174175 */
175176enum nvme_hmac_alg {
176177 NVME_HMAC_ALG_NONE = 0 ,
You can’t perform that action at this time.
0 commit comments