mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
tools/rv: Correct the grammatical errors in the comments
The form of "print" should be consistent with "parses". Link: https://lore.kernel.org/20240902233408.8684-1-bajing@cmss.chinamobile.com Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
3a546a67a4
commit
f88b8871c7
@@ -332,7 +332,7 @@ static void ikm_print_header(struct trace_seq *s)
|
||||
* ikm_event_handler - callback to handle event events
|
||||
*
|
||||
* Called any time a rv:"monitor"_event events is generated.
|
||||
* It parses and print event.
|
||||
* It parses and prints event.
|
||||
*/
|
||||
static int
|
||||
ikm_event_handler(struct trace_seq *s, struct tep_record *record,
|
||||
@@ -384,7 +384,7 @@ ikm_event_handler(struct trace_seq *s, struct tep_record *record,
|
||||
* ikm_error_handler - callback to handle error events
|
||||
*
|
||||
* Called any time a rv:"monitor"_errors events is generated.
|
||||
* It parses and print event.
|
||||
* It parses and prints event.
|
||||
*/
|
||||
static int
|
||||
ikm_error_handler(struct trace_seq *s, struct tep_record *record,
|
||||
|
||||
Reference in New Issue
Block a user