Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf tools: Fix duplicated words in documentation and comments

- "the the"
- "in in"
- "a a"

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Markus Heidelberg and committed by
Arnaldo Carvalho de Melo
a93b9ccb 3f20f98e

+3 -3
+1 -1
tools/perf/Documentation/perf-diff.txt
··· 285 285 286 286 - period being the hist entry period value 287 287 288 - - WEIGHT-A/WEIGHT-B being user supplied weights in the the '-c' option 288 + - WEIGHT-A/WEIGHT-B being user supplied weights in the '-c' option 289 289 behind ':' separator like '-c wdiff:1,2'. 290 290 - WEIGHT-A being the weight of the data file 291 291 - WEIGHT-B being the weight of the baseline data file
+1 -1
tools/perf/builtin-script.c
··· 223 223 OUTPUT_TYPE_MAX 224 224 }; 225 225 226 - // We need to refactor the evsel->priv use in in 'perf script' to allow for 226 + // We need to refactor the evsel->priv use in 'perf script' to allow for 227 227 // using that area, that is being used only in some cases. 228 228 #define OUTPUT_TYPE_UNSET -1 229 229
+1 -1
tools/perf/util/hwmon_pmu.h
··· 37 37 /** 38 38 * enum hwmon_item: 39 39 * 40 - * Similar to enum hwmon_type but describes the item part of a a sysfs filename. 40 + * Similar to enum hwmon_type but describes the item part of a sysfs filename. 41 41 * 42 42 * This enum is exposed for testing. 43 43 */