Commit 21d9b32f authored by Jim Harris's avatar Jim Harris
Browse files

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: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I67591ce96433f38a2463ec462151b3ce0ae44e53
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13987


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarJacek Kalwas <jacek.kalwas@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
parent e1eee2eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ struct spdk_trace_tpoint_opts {

/**
 * 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 num_opts Number of tpoints to register (size of the opts array).