From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68F13C4332F for ; Wed, 8 Nov 2023 20:31:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231630AbjKHUbG (ORCPT ); Wed, 8 Nov 2023 15:31:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229722AbjKHUbE (ORCPT ); Wed, 8 Nov 2023 15:31:04 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4F6D213A for ; Wed, 8 Nov 2023 12:31:01 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 457C1C433C9; Wed, 8 Nov 2023 20:31:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699475461; bh=oPn6KS+Zvkah5IriBkZDjAISiIA9Wf5qt6C30aHY68U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W5F0BU0gws/cuOzT8grC+rUiK7lzjZHV2/AzH61SrghHMHuwEyBLVBy8qlvNndYg7 efYmP9h55PnkE+wOrMusUV07kygpRTC061HFyC83CdIrUWgpuPq4w6D9Nk7hHLw3Z+ 7l9NgmVAUmae5ncrO6YyBbhNzPxI5JE7z75rNdX6BLhANq8FLH8iI8/vn4HH/wz6Gg pG85hHkswC3US32CLAy/s61FazpRSwQa/SoBadbOtZIRUN5OlAgU+nKWNpxufrITgF MnivqAAc3gPMMgJpjdQ5JCoJlMQoUA8pSeksSD9L/IFGY2qMkvfqcy8rNNC7Dj9ItE /wnOsq7d/uSGw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 38EC14035D; Wed, 8 Nov 2023 17:30:59 -0300 (-03) Date: Wed, 8 Nov 2023 17:30:59 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: zhaimingbing , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , linux-perf-users@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf tests:FIx spelling mistake "whic" to "which" Message-ID: References: <20231030075825.3701-1-zhaimingbing@cmss.chinamobile.com> 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Oct 30, 2023 at 09:30:58AM -0700, Ian Rogers escreveu: > On Mon, Oct 30, 2023 at 2:12 AM zhaimingbing > wrote: > > > > There is a spelling mistake, Please fix it. > > > > Signed-off-by: zhaimingbing > > Reviewed-by: Ian Rogers Thanks, applied to perf-tools-next. - Arnaldo > Thanks, > Ian > > > --- > > tools/perf/tests/attr.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/tools/perf/tests/attr.c b/tools/perf/tests/attr.c > > index 61186d0d1..97e1bdd6e 100644 > > --- a/tools/perf/tests/attr.c > > +++ b/tools/perf/tests/attr.c > > @@ -188,7 +188,7 @@ static int test__attr(struct test_suite *test __maybe_unused, int subtest __mayb > > if (perf_pmus__num_core_pmus() > 1) { > > /* > > * TODO: Attribute tests hard code the PMU type. If there are >1 > > - * core PMU then each PMU will have a different type whic > > + * core PMU then each PMU will have a different type which > > * requires additional support. > > */ > > pr_debug("Skip test on hybrid systems"); > > -- > > 2.33.0 > > > > > > -- - Arnaldo