trace: remove number of args from comment

This avoids having to update this comment should
we increase the number of arguments supported.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I67591ce96433f38a2463ec462151b3ce0ae44e53
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13987
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
This commit is contained in:
Jim Harris 2022-08-10 23:57:38 +00:00
parent e1eee2ebac
commit 21d9b32fa3

View File

@ -340,7 +340,7 @@ struct spdk_trace_tpoint_opts {
/** /**
* Register the description for a number of tpoints. This function allows the user to register * Register the description for a number of tpoints. This function allows the user to register
* tracepoints with multiple arguments (up to 5). * tracepoints with multiple arguments.
* *
* \param opts Array of structures describing tpoints and their arguments. * \param opts Array of structures describing tpoints and their arguments.
* \param num_opts Number of tpoints to register (size of the opts array). * \param num_opts Number of tpoints to register (size of the opts array).