Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8d543389aa
commit
a3d0cc5ebd
1005 changed files with 9469 additions and 1830 deletions
|
@ -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**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue