From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 524E334196; Mon, 4 Dec 2023 20:27:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NFG91LHh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1A2FC433C8; Mon, 4 Dec 2023 20:27:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701721656; bh=3UM0vBZGSpHc/APPrPZ8DjPjv6AEs/OPlh26tPoK9O4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NFG91LHh+C4t7h5Fq9XGJmt0LMF/keh8bqC95G04byB1MAbjjZ3anlvBs+MWzaAlo OvHoYW30GSBecFq84cytmQ7NZ+KnKAxvfzGAlRT1gnyRkfVRklqaUbmCJB3sLw3VHW wn6zu08jHrL4AuSBaY4/C7TyUDMChpezO7HwtkA3X5BwdDjAG+JDUdnP4hxF2FdXxj IomaqrXfxetvJA/EsmBK7g81OYqXDZEe+rD3OeyLayYYOBcuIeByVp5T751hQ3zXq4 XuC1AdVz8Fi2W2u01ckGHNLa0M1LddxWO92ANuLj/T6l6Lsjr7eq7h2Hn9mfXIWG8J v64ipQ4CRSo5g== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 2338E40094; Mon, 4 Dec 2023 17:27:34 -0300 (-03) Date: Mon, 4 Dec 2023 17:27:34 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Colin Ian King , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , linux-perf-users@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] perf/benchmark: Fix spelling mistake "synchronious" -> "synchronous" Message-ID: References: <20230630080029.15614-1-colin.i.king@gmail.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Em Sat, Jul 01, 2023 at 10:57:33AM -0700, Namhyung Kim escreveu: > Hello, > > On Fri, Jun 30, 2023 at 1:00 AM Colin Ian King wrote: > > > > There is a spelling mistake in an option description. Fix it. > > > > Signed-off-by: Colin Ian King > > --- > > tools/perf/bench/sched-seccomp-notify.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Hmm.. strange. I cannot see the bench/sched-seccomp-notify.c. > Which tree are you based? It went thru a different tree, but I got this while looking for Acked-by patches and finally applied it. - Arnaldo > Thanks, > Namhyung > > > > > > diff --git a/tools/perf/bench/sched-seccomp-notify.c b/tools/perf/bench/sched-seccomp-notify.c > > index eac4ef60090f..2e8205c61141 100644 > > --- a/tools/perf/bench/sched-seccomp-notify.c > > +++ b/tools/perf/bench/sched-seccomp-notify.c > > @@ -33,7 +33,7 @@ static bool sync_mode; > > static const struct option options[] = { > > OPT_U64('l', "loop", &loops, "Specify number of loops"), > > OPT_BOOLEAN('s', "sync-mode", &sync_mode, > > - "Enable the synchronious mode for seccomp notifications"), > > + "Enable the synchronous mode for seccomp notifications"), > > OPT_END() > > }; > > > > -- > > 2.39.2 > > -- - Arnaldo