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 7E479C38145 for ; Thu, 8 Sep 2022 18:24:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230232AbiIHSYQ (ORCPT ); Thu, 8 Sep 2022 14:24:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229964AbiIHSYO (ORCPT ); Thu, 8 Sep 2022 14:24:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A49EF2945; Thu, 8 Sep 2022 11:24:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C1ABFB821DB; Thu, 8 Sep 2022 18:24:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E836C433C1; Thu, 8 Sep 2022 18:24:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662661451; bh=i1IlDHKxy8OFtCHlFz7v4XemmtvEnPd4tiCVmhk3mn8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Vr2GLrF921V8MmUwFrNYq7iQ1vTMddvuKCjl9f36TMxcYKfxBr3ZWDuxkX21YydHw yo/zkFKT0aGGINn9VTK7guhq3Aa4KDYLsXAfxWBkWA12Dx7hn6lmRlgRHieORqeYkC hteaWd43wm6zAQ1VXwnBXd+Qpc70QXjOIrgf6CnozWq7EHz8P0L7LNW5F+4WiAHe8L ZfyroGiDv4q9aY5CxADOT4F6S9dmgF5l2OtemMrcrSP0is1/jeCRYiLXZ/7WDThn7O fyIhJzeGpzU5u3w1ExkqpRYhBF1rzF5waa31o0IE08UqZmPF1nbgCvlnYu3F2pSLoM nSKSxoph/ASUg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id D4488404A1; Thu, 8 Sep 2022 15:24:08 -0300 (-03) Date: Thu, 8 Sep 2022 15:24:08 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Yang Jihong , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , linux-perf-users , linux-kernel Subject: Re: [PATCH] perf lock: Remove redundant word 'contention' in help message Message-ID: References: <20220908014854.151203-1-yangjihong1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Wed, Sep 07, 2022 at 11:59:27PM -0700, Namhyung Kim escreveu: > On Wed, Sep 7, 2022 at 6:52 PM Yang Jihong wrote: > > Fixes: 528b9cab3b81 ("perf lock: Add 'contention' subcommand") > > Signed-off-by: Yang Jihong > Acked-by: Namhyung Kim > Thanks for the fix! Thanks, applied. - Arnaldo