Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp359253pxb; Thu, 19 Nov 2020 03:11:50 -0800 (PST) X-Google-Smtp-Source: ABdhPJy+jGb7Y4OjSas2B1m0PiMRfUjX1tlJhHbYeF7tlVDOLgXQ54H44cnmVx37tAHH1o9bMrc9 X-Received: by 2002:a17:906:d931:: with SMTP id rn17mr27527634ejb.308.1605784310328; Thu, 19 Nov 2020 03:11:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605784310; cv=none; d=google.com; s=arc-20160816; b=vPtTsGKB2t4eV4/faZLtWwOs1d5Qm9EZx54FUj2FYs6Mr09nqAvLfnn5dSZxS6fTJy 4c/peoZ/qEzxe4aktabrqV6xEs3Sbz4CAvFrdatwaD4zWuObv5gPo88SNWxdSMrWbS/Q Y12H1v3AdnkVnovUjYW/DS/A/YRXk1fu0x/3n5J7bcX2DNubQpoWAwKP75f8hxjxO6yx ENa11XYbfcO7+7w63jxxfuVzjrkc21emf5wjPA30wjBqh+uuUklLJVAtIb2pYwhvAGrW HXaVwS9H+/XNp1pK3uGh/hYeOCDLKbihFgRwqw2AMsvHx5MtEmtWobzDUVgRDhYxBBrm VW0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=D9qvDuFmLe3y2B1P06pMUK5ULq/GkVQ8tNRkDjyvyM0=; b=R9cWbD1F0luHt/ceiX7YT3NqS+JuW01XvwpyqAukrEhz2vXY3SczLZ+hoKckZl+UXv pYjebA1Yf92/bk0FeJaLOwIZMPiR+0r+gpHaH068R0h8DhUOEJmss1Xez56vcxquyxAF ZBW+3stZj0Xqjy5x+XKWS977WA9+zncT3GjybeRaBtjY997er7S+uaC3U/BurNi0RLYn qsWN5b2KXvXK0O3XC7xQMny1dkhhYwqejKZbPRKC4P4aVwZ2jMX4XLR1k4hWORsN5AeV NJgV/uH8gzFyKUdI12yty18qCsS9BPuhYkePxGdZm4L37pRCzXl+3yWwg2/i47/ySzwn noIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u12si4097928edp.98.2020.11.19.03.11.28; Thu, 19 Nov 2020 03:11:50 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725931AbgKSLJd (ORCPT + 99 others); Thu, 19 Nov 2020 06:09:33 -0500 Received: from cmccmta3.chinamobile.com ([221.176.66.81]:53841 "EHLO cmccmta3.chinamobile.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725783AbgKSLJc (ORCPT ); Thu, 19 Nov 2020 06:09:32 -0500 Received: from spf.mail.chinamobile.com (unknown[172.16.121.9]) by rmmx-syy-dmz-app11-12011 (RichMail) with SMTP id 2eeb5fb6525cb0b-ca8c3; Thu, 19 Nov 2020 19:09:16 +0800 (CST) X-RM-TRANSID: 2eeb5fb6525cb0b-ca8c3 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from localhost.localdomain (unknown[223.112.105.130]) by rmsmtp-syy-appsvr05-12005 (RichMail) with SMTP id 2ee55fb6525a589-bf520; Thu, 19 Nov 2020 19:09:16 +0800 (CST) X-RM-TRANSID: 2ee55fb6525a589-bf520 From: Tang Bin To: linux@armlinux.org.uk Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tang Bin Subject: [PATCH] ARM: Fix the spelling mistake in vfpmodule.c Date: Thu, 19 Nov 2020 19:10:01 +0800 Message-Id: <20201119111001.14872-1-tangbin@cmss.chinamobile.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In the word 'THREAD_NOFTIFY_SWTICH','SWTICH' is wrong, thus fix it. Signed-off-by: Tang Bin --- arch/arm/vfp/vfpmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c index 8c9e7f9f0..dd0b875bc 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c @@ -140,7 +140,7 @@ static void vfp_thread_copy(struct thread_info *thread) /* * When this function is called with the following 'cmd's, the following * is true while this function is being run: - * THREAD_NOFTIFY_SWTICH: + * THREAD_NOFTIFY_SWITCH: * - the previously running thread will not be scheduled onto another CPU. * - the next thread to be run (v) will not be running on another CPU. * - thread->cpu is the local CPU number -- 2.20.1.windows.1