summaryrefslogtreecommitdiffstats
path: root/tools/verification
diff options
context:
space:
mode:
authorBa Jing <bajing@cmss.chinamobile.com>2024-09-03 01:34:08 +0200
committerSteven Rostedt (Google) <rostedt@goodmis.org>2024-10-04 21:06:18 +0200
commitf88b8871c70f10d692cc2cfa1fb020c281dd7603 (patch)
tree5e6c2b1f15d01c8aa8e7e1835de39c5bc173787a /tools/verification
parentrtla: use the definition for stdout fd when calling isatty() (diff)
downloadlinux-f88b8871c70f10d692cc2cfa1fb020c281dd7603.tar.xz
linux-f88b8871c70f10d692cc2cfa1fb020c281dd7603.zip
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>
Diffstat (limited to 'tools/verification')
-rw-r--r--tools/verification/rv/src/in_kernel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/verification/rv/src/in_kernel.c b/tools/verification/rv/src/in_kernel.c
index f04479ecc96c..f2bbc75a76f4 100644
--- a/tools/verification/rv/src/in_kernel.c
+++ b/tools/verification/rv/src/in_kernel.c
@@ -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,