Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp856306yba; Thu, 18 Apr 2019 10:41:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqwj8r1VHwdeCDF+wpabCx/vwKEcGATyMNFgh/dprhn4+vr+QC2l7eMbA0K9Ig7njxZQO4FY X-Received: by 2002:a63:f44:: with SMTP id 4mr85608692pgp.324.1555609290931; Thu, 18 Apr 2019 10:41:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555609290; cv=none; d=google.com; s=arc-20160816; b=wyiD55TcwwA1E25OLSnhx2JTFwasTb/jY72b0Q1LBcggDHUVD/ibmyv1SmxOo4K0X6 JNe0kCoWXrWrh0yqg4N9ovSVCZHDiP87OibVDw/2uZBrPjocy0OoYrU6c6XvrS4GBpQg Q0evbrpCELs8shK0jM91GRiRgL8+YnIkHg9cWkB3epgOy8hRwE9QFSb1GzdW9oNWHJMz 0Ecq1a6UrDV0Gw+3aJ1FbupigJSN4QFb43NmP5Uv3MkFXzDD/70Ix/Vctbyv84snZAWt vQG4leP2kaEHJ6gtASgTolv+tnYnH0jRV4fo5U8U+7FqOZSxT2BYBciAT0RDJcMGbBDl o7oA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Pwyh4hegAxZY8sh4v9x6VuCeeIPe6AZ8DiVUAHXqE1U=; b=vE90jIpurAOj4U/7vxUylDZ+jzlAb78W/50HepyMcWk+VbBoZAtdC2UsAaygLe6qUC qOovGs3oSkVeGEP24ZLU+veqjtv0cGdKJx37bRf8PSjJWrhh7NfkkCMDlKHs64uKW8G+ Hfh6iy7RJLmtQ3Er2cmTApcRlMWhcFjyUx6xAa8chVmHD4HavYCqFkRfswWyPyVnc4X/ M/MqhDc3u7UftxvAb+Ae5FRpHKtuTF3pQM+VBOo+pQYH0WJ7iRcoQ02ya9Nq8vwaF6EV ZrnWZ27Cdsx99Ut00BjCBaqWOwdBNzR7cIX+nnapCt+nl3eVLpNsHMB43su91dUJuEKd 3agA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z143si3015458pfc.64.2019.04.18.10.41.14; Thu, 18 Apr 2019 10:41:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389805AbfDRRjD (ORCPT + 99 others); Thu, 18 Apr 2019 13:39:03 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:45185 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731317AbfDRRjD (ORCPT ); Thu, 18 Apr 2019 13:39:03 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hHAzx-0008PQ-Im; Thu, 18 Apr 2019 17:38:57 +0000 From: Colin King To: Russell King , linux-arm-kernel@lists.infradead.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: kprobes: fix spelling mistake "undefeined" -> "undefined" Date: Thu, 18 Apr 2019 18:38:57 +0100 Message-Id: <20190418173857.31285-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is a spelling mistake on the TEST_UNSUPPORTED macro. Fix this. Signed-off-by: Colin Ian King --- arch/arm/probes/kprobes/test-thumb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/probes/kprobes/test-thumb.c b/arch/arm/probes/kprobes/test-thumb.c index b683b4517458..6841909757cd 100644 --- a/arch/arm/probes/kprobes/test-thumb.c +++ b/arch/arm/probes/kprobes/test-thumb.c @@ -787,7 +787,7 @@ CONDITION_INSTRUCTIONS(22, TEST_UNSUPPORTED(__inst_thumb32(0xf7f08000) " @ smc #0") - TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefeined") + TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefined") TEST_BF( "b.w 2f") TEST_BB( "b.w 2b") -- 2.20.1