From a0aa389e1391cc2f59ac2688a8c9d5b1ba2e2790 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Mon, 29 Mar 2021 15:50:32 +0000 Subject: [PATCH] thread: cleanup Doxygen comments Signed-off-by: Jim Harris Change-Id: I86fc41a0d1ec31971f9c85d2b146501e338d44c8 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7131 Reviewed-by: Michal Berger Reviewed-by: Changpeng Liu Reviewed-by: Aleksey Marchuk Reviewed-by: Paul Luse Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot --- include/spdk/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdk/thread.h b/include/spdk/thread.h index 4b7e65051..7b738885e 100644 --- a/include/spdk/thread.h +++ b/include/spdk/thread.h @@ -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. */