From patchwork Wed Oct 7 15:26:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 7346211 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A7D41BEEA4 for ; Wed, 7 Oct 2015 15:29:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E7D5C205F2 for ; Wed, 7 Oct 2015 15:29:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8AD6E205F7 for ; Wed, 7 Oct 2015 15:29:49 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zjqct-0004lK-S2; Wed, 07 Oct 2015 15:27:31 +0000 Received: from mail-pa0-f54.google.com ([209.85.220.54]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zjqck-0004ab-AD for linux-arm-kernel@lists.infradead.org; Wed, 07 Oct 2015 15:27:22 +0000 Received: by pacex6 with SMTP id ex6so24521888pac.0 for ; Wed, 07 Oct 2015 08:27:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=5nQdzRETutbmE7FsQ4LwWMIW83XaeUCuHGLEhyGU/rA=; b=Ubd+w4lcw45Vv2uAMiWAMWsRohhCnjPDsmf8MLg/q+auiDW5PZ5hrmneZ0QDMKy/nx kXSNXE+ksTIqZGTXgeWjLJEPxoigmEIbqptAPku2hQ+YMemDoFGK8jcnvfYkkAPbKElM QV5s2XHI+yiHlWJMTmGNLrXlZhgJZHJNF8zz8Q6MbvvX+6wfnqXnVAKOqI9AGn2Yul/V 0B0BOyWl9YovYGd83uNoU7e/V3uNyWcQXoPtL/b5S9UpdAR8ga9Bm8h8V1PPwnwoNyPs Qu5NuHUiRa7b3qhJ/zfY2X9f+ziS7A4TEtNDill+tF24h2J3Sc27MKADr1u30fbVHNJx 5D/w== X-Gm-Message-State: ALoCoQleR0HFxRb7jNlIStLZnuffUXf2swgXaQIAUglwDjH8J9k2hzF7iRPS+cfWZpMXsGEye8T+ X-Received: by 10.66.65.228 with SMTP id a4mr1736650pat.19.1444231622544; Wed, 07 Oct 2015 08:27:02 -0700 (PDT) Received: from t430.cg.shawcable.net ([184.64.168.246]) by smtp.gmail.com with ESMTPSA id ja4sm40170570pbb.19.2015.10.07.08.27.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Oct 2015 08:27:02 -0700 (PDT) From: Mathieu Poirier To: gregkh@linuxfoundation.org Subject: [PATCH 2/6] coresight: fixing typographical error Date: Wed, 7 Oct 2015 09:26:39 -0600 Message-Id: <1444231603-26676-3-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444231603-26676-1-git-send-email-mathieu.poirier@linaro.org> References: <1444231603-26676-1-git-send-email-mathieu.poirier@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151007_082722_446222_90A4F236 X-CRM114-Status: GOOD ( 11.16 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mathieu.poirier@linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Tracing gets enabled _for_ a source rather than _from_ a source. Signed-off-by: Mathieu Poirier --- include/linux/coresight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/coresight.h b/include/linux/coresight.h index c69e1b932809..a7cabfa23b55 100644 --- a/include/linux/coresight.h +++ b/include/linux/coresight.h @@ -207,7 +207,7 @@ struct coresight_ops_link { * Operations available for sources. * @trace_id: returns the value of the component's trace ID as known to the HW. - * @enable: enables tracing from a source. + * @enable: enables tracing for a source. * @disable: disables tracing for a source. */ struct coresight_ops_source {