> On Mar 19, 2019, at 4:19 AM, Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> wrote: > > APIs descriptions should describe the purpose of the > function, its parameters and return value. While working > on man pages implementation, I noticed mismatches in the > descriptions of few APIs. This patch changes the description > of these APIs, making them consistent with the man pages: > tep_print_num_field(), tep_print_func_field(), > tep_get_header_page_size(), tep_get_long_size(), > tep_set_long_size(), tep_get_page_size() and > tep_set_page_size(). > > Signed-off-by: Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> > --- > tools/lib/traceevent/event-parse-api.c | 20 ++++++++++---------- > tools/lib/traceevent/event-parse.c | 4 ++-- > 2 files changed, 12 insertions(+), 12 deletions(-) <snip> Reviewed-by: Matt Helsley <mhelsley@xxxxxxxxxx>