blob: cleanup Doxygen comments
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I8aaca0ac0f1c1a0da1227b980d2f5a864b1077e3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7126 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Michal Berger <michalx.berger@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
1d94d1cbda
commit
163ce7feca
@ -127,7 +127,7 @@ typedef void (*spdk_blob_op_with_id_complete)(void *cb_arg, spdk_blob_id blobid,
|
||||
* Blob operation completion callback with handle.
|
||||
*
|
||||
* \param cb_arg Callback argument.
|
||||
* \param bs Handle to a blob.
|
||||
* \param blb Handle to a blob.
|
||||
* \param bserrno 0 if it completed successfully, or negative errno if it failed.
|
||||
*/
|
||||
typedef void (*spdk_blob_op_with_handle_complete)(void *cb_arg, struct spdk_blob *blb, int bserrno);
|
||||
|
Loading…
x
Reference in New Issue
Block a user