1
0
Fork 0

Merging upstream version 1.11.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:51:37 +01:00
parent 2a5a900abc
commit bd2208f611
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
915 changed files with 1370 additions and 1396 deletions

View file

@ -7,7 +7,7 @@ libnvme utility functions
.. c:enum:: nvme_connect_err
.. c:type:: enum nvme_connect_err
nvme connect error codes
@ -487,9 +487,7 @@ If **s** starts with **prefix**, then return a pointer within **s** at
the first character after the matched **prefix**. NULL otherwise.
.. c:macro:: round_up
``round_up (val, mult)``
.. c:function:: round_up (val, mult)
Round a value **val** to the next multiple specified by **mult**.
@ -572,7 +570,7 @@ Pointer to the next element in the array.
.. c:enum:: nvme_version
.. c:type:: enum nvme_version
Selector for version to be returned by **nvme_get_version**