OSDN Git Service

perf diff: Replaces some ',' as separator with the more usual ';'
authorLu Hongfei <luhongfei@vivo.com>
Thu, 6 Jul 2023 09:46:34 +0000 (17:46 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 20 Jul 2023 14:43:45 +0000 (11:43 -0300)
commit681f34d52b9647db68cebc5f957ddfff01fb6ba0
tree6251ee0e714f7e9fbc1dc149e3b47abc8862dea7
parent7b47623b8cae8149688c11396bb690bed6936f70
perf diff: Replaces some ',' as separator with the more usual ';'

When wrapping code, use ';' better than using ',' which is more in line
with the coding habits of most engineers.

Signed-off-by: Lu Hongfei <luhongfei@vivo.com>
Acked-by: Ian Rogers <irogers@google.com>
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: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: opensource.kernel@vivo.com
Link: https://lore.kernel.org/r/20230706094635.1553-1-luhongfei@vivo.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-diff.c