diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-07 05:32:59 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-09-22 03:06:02 +0200 |
commit | 5c8c206e4308ee33dea7c60b0cfcbed48a6438b4 (patch) | |
tree | 89e2f836ec4adc21eac64680ab568c5a5c24f781 /kernel/trace/tracing_map.c | |
parent | tracing: make tracing_init_dentry() returns an integer instead of a d_entry p... (diff) | |
download | linux-5c8c206e4308ee33dea7c60b0cfcbed48a6438b4.tar.xz linux-5c8c206e4308ee33dea7c60b0cfcbed48a6438b4.zip |
tracing: Delete repeated words in comments
Drop repeated words in kernel/trace/.
{and, the, not}
Link: https://lkml.kernel.org/r/20200807033259.13778-1-rdunlap@infradead.org
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/tracing_map.c')
-rw-r--r-- | kernel/trace/tracing_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/tracing_map.c b/kernel/trace/tracing_map.c index 74738c9856f1..4b50fc0cb12c 100644 --- a/kernel/trace/tracing_map.c +++ b/kernel/trace/tracing_map.c @@ -260,7 +260,7 @@ int tracing_map_add_var(struct tracing_map *map) * to use cmp_fn. * * A key can be a subset of a compound key; for that purpose, the - * offset param is used to describe where within the the compound key + * offset param is used to describe where within the compound key * the key referenced by this key field resides. * * Return: The index identifying the field in the map and associated |