Skip to content

Commit 4b5bb33

Browse files
author
Arunpandian J
committed
types: Add missing doc field description
Signed-off-by: Arunpandian J <[email protected]>
1 parent aafa162 commit 4b5bb33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvme/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @value: The value to be set in its completed position
4141
* @name: The name of the sub-field within an nvme value
4242
*
43-
* Returns: The
43+
* Returns: The 'name' field from 'value'
4444
*/
4545
#define NVME_SET(value, name) \
4646
(((value) & NVME_##name##_MASK) << NVME_##name##_SHIFT)

0 commit comments

Comments
 (0)