From patchwork Fri Sep 18 21:09:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shi X-Patchwork-Id: 7220951 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 87B68BEEC1 for ; Fri, 18 Sep 2015 21:28:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C20FA2093F for ; Fri, 18 Sep 2015 21:28:14 +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 E7A5A2093C for ; Fri, 18 Sep 2015 21:28:13 +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 1Zd3Al-0007KD-Dn; Fri, 18 Sep 2015 21:26:23 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zd39y-0005rP-Lm for linux-arm-kernel@lists.infradead.org; Fri, 18 Sep 2015 21:25:36 +0000 Received: by padhy16 with SMTP id hy16so60660340pad.1 for ; Fri, 18 Sep 2015 14:25:13 -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; bh=dfoazIhAof177uNiq6wOdFn6BycCCVazBDhl5sLFIbM=; b=OZ1RR7YhQZssgPFpMkqvcVBAPXn/24jCJs2R7z4jGKP7AAK1mXSFtGaNrMPFVloCse Fo/Koip3q0+137T38zDemBElrc3xybTvSmTO06PjVqWK/9M0bcZXlxsMEbuFUivZvujE nSNXYZa2liyUCsAUKUIY8UCmHDriBh1a42u6hJt2mVmSPayom3XWhjv/IDxfSO/T26Sx CHDbwAJrQPx90V9ECIXZD6mMnPRdr/kymFomWkHrwQRgEYLkyPuIfajy+xXEYvaxA5Jl dDhIq2MGff3c3DG7A4cyo/wOnUAGRWJVKJpELK9KspE5YUXitY7cxIo2K7o+jUQ4b2uv YlYw== X-Gm-Message-State: ALoCoQnu8+SutvB5s09TYcEW5uBfp7PrAfR0NHfOasE0HhRrzzR2TvQAhL20ycME7hpiAmhYmhQx X-Received: by 10.68.227.8 with SMTP id rw8mr9525838pbc.74.1442611513185; Fri, 18 Sep 2015 14:25:13 -0700 (PDT) Received: from yshi-Precision-T5600.corp.ad.wrs.com (unknown-216-82.windriver.com. [147.11.216.82]) by smtp.gmail.com with ESMTPSA id bc1sm10694892pbb.66.2015.09.18.14.25.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Sep 2015 14:25:12 -0700 (PDT) From: Yang Shi To: catalin.marinas@arm.com, will.deacon@arm.com Subject: [PATCH] arm64: debug: Fix typo in debug-monitors.c Date: Fri, 18 Sep 2015 14:09:00 -0700 Message-Id: <1442610540-8393-1-git-send-email-yang.shi@linaro.org> X-Mailer: git-send-email 2.0.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150918_142535_040901_05A8D3A6 X-CRM114-Status: UNSURE ( 9.94 ) X-CRM114-Notice: Please train this message. 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: yang.shi@linaro.org, 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 Fix handers to handlers. Signed-off-by: Yang Shi --- arch/arm64/kernel/debug-monitors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/kernel/debug-monitors.c b/arch/arm64/kernel/debug-monitors.c index cebf786..8eef30f 100644 --- a/arch/arm64/kernel/debug-monitors.c +++ b/arch/arm64/kernel/debug-monitors.c @@ -201,7 +201,7 @@ void unregister_step_hook(struct step_hook *hook) } /* - * Call registered single step handers + * Call registered single step handlers * There is no Syndrome info to check for determining the handler. * So we call all the registered handlers, until the right handler is * found which returns zero.