Re: [PATCH] perf tools: Fix various typos in comments
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-03-23 20:11:37
Also in:
lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-03-23 20:11:37
Also in:
lkml
Em Tue, Mar 23, 2021 at 02:59:57PM -0300, Arnaldo Carvalho de Melo escreveu:
Em Tue, Mar 23, 2021 at 05:10:10PM +0100, Ingo Molnar escreveu:quoted
Here's the delta between -v1 and -v2, in case you already have -v1 or want to review the changes only:I had not pushed out it, so I just replaced v1 with v2, thanks.
So the first hunk has a problem, I'm fixing it up :-) - Arnaldo
quoted
+++ b/tools/perf/arch/arm64/util/machine.c@@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/ SPDX-License-Identifier: GPL-2.0 #include <inttypes.h> #include <stdio.h>@@ -6,11 +6,11 @@ #include "debug.h" #include "symbol.h"