From patchwork Wed Jul 24 10:03:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 11056551 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A73E06C5 for ; Wed, 24 Jul 2019 10:03:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 97B682654B for ; Wed, 24 Jul 2019 10:03:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8B92A28789; Wed, 24 Jul 2019 10:03:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EB6B1286BD for ; Wed, 24 Jul 2019 10:03:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=ZcpRUzW8aNSjJE5/Md1m2kxyV4StAYsBlV8bZM9CzdE=; b=Pqn 6Plrb86zdUkALHIfr5JfYmrptqAwDpXolQiTrzaHGFjjI57LLcwKogQawgohRSWXY36blH69iSNLA pzTlxZLXdMNQROrOZvDlatnWjt0IodQqHX1Oh9nQ8iz9l3S+j2NrKp3u55nF9Vb2J7TWYEb0at2Xb V7Yr5zzh3/SOMO64KThmwlCG80jQjdNiOEqZfwTV66MQrjSg57Nsjvp4OYrjhnDs+JcAYi8fsUeFw Wcz7YYia21SqthSiPBPk2eZ/yIRj6B1FAQ5xDLG2LRqbPUGi5ekayhazDS8uiP2sLIQnDLm/A89Wa LM2It8W4So8yBTbRsy2Ck59bmsE4b0Q==; 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 1hqE7d-0002wg-Tz; Wed, 24 Jul 2019 10:03:46 +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 1hqE7Y-0002rm-Bh for linux-arm-kernel@lists.infradead.org; Wed, 24 Jul 2019 10:03:42 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 87FD88026D; Wed, 24 Jul 2019 12:03:24 +0200 (CEST) Date: Wed, 24 Jul 2019 12:03:35 +0200 From: Pavel Machek To: mathieu.poirier@linaro.org, suzuki.poulose@arm.com, alexander.shishkin@linux.intel.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] coresight: fix typos Message-ID: <20190724100335.GA7373@amd> MIME-Version: 1.0 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_030340_734601_321BDC56 X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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 *dev, 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. */ for (i = 0; i < i_csdev->pdata->nr_outport; i++) { @@ -1021,7 +1021,7 @@ static int coresight_orphan_match(struct device *dev, void *data) i_csdev->orphan = still_orphan; /* - * Returning '0' ensures that all known component on the + * Returning '0' ensures that all known components on the * bus will be checked. */ return 0;