]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tools/rv: Correct the grammatical errors in the comments
authorBa Jing <bajing@cmss.chinamobile.com>
Mon, 2 Sep 2024 23:34:08 +0000 (07:34 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 4 Oct 2024 19:06:18 +0000 (15:06 -0400)
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>
tools/verification/rv/src/in_kernel.c

index f04479ecc96c0b75af1afb2e7855cf1cf2491970..f2bbc75a76f4d6efbc46f60222e418a737e233d7 100644 (file)
@@ -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,