1
0
Fork 0

Merging upstream version 1.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-20 08:08:33 +01:00
parent 8d543389aa
commit a3d0cc5ebd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
1005 changed files with 9469 additions and 1830 deletions

View file

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