]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
linux.h: fixup kernel-doc comments
authorHannes Reinecke <hare@suse.de>
Wed, 2 Feb 2022 07:23:49 +0000 (08:23 +0100)
committerHannes Reinecke <hare@suse.de>
Wed, 2 Feb 2022 09:26:44 +0000 (10:26 +0100)
To keep sphinx happy.

Signed-off-by: Hannes Reinecke <hare@suse.de>
src/nvme/linux.h

index 73b542d3e3000dc9295a3f51d5493f9817c07c24..83820c410bcd5d7134e6c7fe09e447e112c3a4d3 100644 (file)
@@ -114,6 +114,7 @@ int nvme_get_ana_log_len(int fd, size_t *analen);
 /**
  * nvme_get_logical_block_size() - Retrieve block size
  * @fd:                File descriptor of nvme device
+ * @nsid:      Namespace id
  * @blksize:   Pointer to where the block size will be set on success
  *
  * Return: The nvme command status if a response was received (see
@@ -167,10 +168,10 @@ int nvme_open(const char *name);
 
 /**
  * enum nvme_hmac_alg - HMAC algorithm
- * NVME_HMAC_ALG_NONE:         No HMAC algorithm
- * NVME_HMAC_ALG_SHA2_256:     SHA2-256
- * NVME_HMAC_ALG_SHA2_384:     SHA2-384
- * NVME_HMAC_ALG_SHA2_512:     SHA2-512
+ * @NVME_HMAC_ALG_NONE:                No HMAC algorithm
+ * @NVME_HMAC_ALG_SHA2_256:    SHA2-256
+ * @NVME_HMAC_ALG_SHA2_384:    SHA2-384
+ * @NVME_HMAC_ALG_SHA2_512:    SHA2-512
  */
 enum nvme_hmac_alg {
        NVME_HMAC_ALG_NONE      = 0,