From: Hannes Reinecke Date: Wed, 2 Feb 2022 07:23:49 +0000 (+0100) Subject: linux.h: fixup kernel-doc comments X-Git-Tag: v1.0-rc3~18^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7247b35a870e67f589b51cb03b6d7146e4e9f9b3;p=users%2Fsagi%2Flibnvme.git linux.h: fixup kernel-doc comments To keep sphinx happy. Signed-off-by: Hannes Reinecke --- diff --git a/src/nvme/linux.h b/src/nvme/linux.h index 73b542d3..83820c41 100644 --- a/src/nvme/linux.h +++ b/src/nvme/linux.h @@ -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,