[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZqOvbtX2hehL3E3U@x1>
Date: Fri, 26 Jul 2024 11:15:10 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Chen Ni <nichen@...as.ac.cn>
Cc: peterz@...radead.org, mingo@...hat.com, namhyung@...nel.org,
mark.rutland@....com, alexander.shishkin@...ux.intel.com,
jolsa@...nel.org, irogers@...gle.com, adrian.hunter@...el.com,
kan.liang@...ux.intel.com, linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf inject: Convert comma to semicolon
On Tue, Jul 16, 2024 at 03:53:47PM +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
>
> Fixes: 97406a7e4fa6 ("perf inject: Add support for injecting guest sideband events")
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
Thanks, applied to tmp.perf-tools-next, again removed the fixes.
- Arnaldo
> ---
> tools/perf/builtin-inject.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c
> index a212678d47be..7b4a5d56d279 100644
> --- a/tools/perf/builtin-inject.c
> +++ b/tools/perf/builtin-inject.c
> @@ -2069,7 +2069,7 @@ static int __cmd_inject(struct perf_inject *inject)
> */
> inject->tool.finished_init = host__finished_init;
> /* Obey finished round ordering */
> - inject->tool.finished_round = host__finished_round,
> + inject->tool.finished_round = host__finished_round;
> /* Keep track of which CPU a VCPU is runnng on */
> inject->tool.context_switch = host__context_switch;
> /*
> --
> 2.25.1
Powered by blists - more mailing lists