Skip to content

Commit 7247b35

Browse files
committed
linux.h: fixup kernel-doc comments
To keep sphinx happy. Signed-off-by: Hannes Reinecke <[email protected]>
1 parent b804423 commit 7247b35

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/nvme/linux.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/
175176
enum nvme_hmac_alg {
176177
NVME_HMAC_ALG_NONE = 0,

0 commit comments

Comments
 (0)