blobfs: cleanup Doxygen comments

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I39b811a379e44faf9170892812b835f9115976e2
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7127
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>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
This commit is contained in:
Jim Harris 2021-03-29 15:46:55 +00:00 committed by Tomasz Zawadzki
parent 163ce7feca
commit 45128fe64b

View File

@ -112,10 +112,10 @@ typedef void (*fs_request_fn)(void *arg);
* This function will be invoked any time when the filesystem wants to pass a
* message to the main dispatch thread.
*
* \param fs_request_fn A pointer to the request function.
* \param fn A pointer to the request function.
* \param arg Argument to the request function.
*/
typedef void (*fs_send_request_fn)(fs_request_fn, void *arg);
typedef void (*fs_send_request_fn)(fs_request_fn fn, void *arg);
/**
* Initialize a spdk_blobfs_opts structure to the default option values.