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 X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE8D4C7618B for ; Wed, 24 Jul 2019 11:47:12 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B2ECE22387 for ; Wed, 24 Jul 2019 11:47:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Mef9Zc9S" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B2ECE22387 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ucw.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5PfCxAZkHeGp9ZshNUMyBlxXO5EbjuP/5aLuiayOems=; b=Mef9Zc9Seok+WonpbkkWcTI68 gvcbqorI3hejQSGA3MHZteJwAv9+UGuSTmjUoqHbaoSbZ1JPr2IyTBr99BApRi3N4tWt02Wibhsfj 9hIP5uUW0rKyMTJP4SS/ujQ05UrobC5iLbBpESy+0drXde+kNPewwbYuP3MGqAsH2wMWWbSpZ2nN4 lfgWJKtc42I+wBbB9QfQJB7bwEJ+5MU7Hl+W4Qa4/8vYX2Zrs4u4+SjYndRNTo0YU/7ITkV/Vo3wf S4BhGvagEA57H63q8aFQ0roeuUduS2eMwuCS2PxhXoQHyAuVUdYnh87kMPJrMoMbSWZt6JtnRWuB8 v6gT+Mkpg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqFjk-0008Rd-C8; Wed, 24 Jul 2019 11:47:12 +0000 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqFjg-0008QY-Kr for linux-arm-kernel@lists.infradead.org; Wed, 24 Jul 2019 11:47:10 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id BABA580262; Wed, 24 Jul 2019 13:46:51 +0200 (CEST) Date: Wed, 24 Jul 2019 13:47:02 +0200 From: Pavel Machek To: Suzuki K Poulose Subject: Re: [PATCH] coresight: fix typos Message-ID: <20190724114702.GB26116@amd> References: <20190724100335.GA7373@amd> <7ae7157b-1336-f4a6-59a3-b1ac6307bd8d@arm.com> MIME-Version: 1.0 In-Reply-To: <7ae7157b-1336-f4a6-59a3-b1ac6307bd8d@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190724_044708_832384_3B9723A9 X-CRM114-Status: GOOD ( 16.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexander.shishkin@linux.intel.com, linux-arm-kernel@lists.infradead.org, mathieu.poirier@linaro.org, linux-kernel@vger.kernel.org Content-Type: multipart/mixed; boundary="===============1793626322661047810==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============1793626322661047810== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2019-07-24 11:36:23, Suzuki K Poulose wrote: >=20 >=20 > On 24/07/2019 11:03, Pavel Machek wrote: > > > >Fix typos in comments. > > > >Signed-off-by: Pavel Machek > > > >diff --git a/drivers/hwtracing/coresight/coresight.c b/drivers/hwtracing= /coresight/coresight.c > >index 55db77f641..1d66191 100644 > >--- a/drivers/hwtracing/coresight/coresight.c > >+++ b/drivers/hwtracing/coresight/coresight.c > >@@ -1001,7 +1001,7 @@ static int coresight_orphan_match(struct device *d= ev, void *data) > > if (!i_csdev->orphan) > > return 0; > > /* > >- * Circle throuch all the connection of that component. If we find > >+ * Circle through all the connections of that component. If we find > > * an orphan connection whose name matches @csdev, link it. >=20 > We have stopped using name to match the csdev and switched to fwnode > handles. Please could you update the comment to reflect this, while you a= re > at it ? > Otherwise looks fine to me. I guess best way would be to apply this and then fix up the facts in a comment... or feel free to just fix it up. I am not best person to fix facts there... Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl04RTYACgkQMOfwapXb+vJ1FACgr4BSo2yIxKfIP9Y0yZCav2IT IE8AoLECqSdWmO2GfVfvl7/0bVwXZPqa =RqVT -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk-- --===============1793626322661047810== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============1793626322661047810==--