thread: cleanup Doxygen comments

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I86fc41a0d1ec31971f9c85d2b146501e338d44c8
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7131
Reviewed-by: Michal Berger <michalx.berger@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.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:50:32 +00:00 committed by Tomasz Zawadzki
parent 2dad66a16f
commit a0aa389e13

View File

@ -131,7 +131,7 @@ typedef int (*spdk_poller_fn)(void *ctx);
* \param thread_ctx Context for the thread.
* \param fn Callback function for a poller.
* \param arg Argument passed to callback.
* \param period Polling period in microseconds.
* \param period_microseconds Polling period in microseconds.
*
* \return a pointer to the poller on success, or NULL on failure.
*/