From patchwork Tue Oct 22 09:23:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luo Yifan X-Patchwork-Id: 13845427 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7D87ED1CDCB for ; Tue, 22 Oct 2024 09:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=qkxO0E029ZuWo6myTziutTxPQJeezieRjC6IgZwkqnY=; b=n7wRMsMC0EbaYHCWkXsIIVFsKy 2MmejiOHMQ0HLDOx5rE+jvFawKBaOne3ew4hjgUduxkLCXxsGepFPy03PnTb9GISD/2EDueGPzOcE 6wyD9wV0CK6UhtN4Y0jNIRgF1t3BRaVxG0+C4OMFAD+M19Q6CCfAsUvETgyQtiSmFkWj1t8Oa30s4 R2u8moDpex6bb+3CwCIvSCEAGRZYxiGKHk8xjHQTvIZ9R6VgV3cI9JqFIoG7nuf4RaR/44HM4Wf2K oC7+tR1aGi7mea5KVyucKeXV9/UzZpsPTvumK3/9M8uJk1jBszlKzUw++BNwAGzLBhhHyEiqZtuCX DIZN+8Yw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t3BN4-0000000ANpa-2buo; Tue, 22 Oct 2024 09:40:10 +0000 Received: from cmccmta2.chinamobile.com ([111.22.67.135]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t3B6u-0000000ALAL-2eiH for linux-arm-kernel@lists.infradead.org; Tue, 22 Oct 2024 09:23:31 +0000 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from spf.mail.chinamobile.com (unknown[10.188.0.87]) by rmmx-syy-dmz-app07-12007 (RichMail) with SMTP id 2ee767176f081a5-5f1b9; Tue, 22 Oct 2024 17:23:23 +0800 (CST) X-RM-TRANSID: 2ee767176f081a5-5f1b9 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from localhost.localdomain (unknown[223.108.79.96]) by rmsmtp-syy-appsvr09-12009 (RichMail) with SMTP id 2ee967176f0ab22-87817; Tue, 22 Oct 2024 17:23:22 +0800 (CST) X-RM-TRANSID: 2ee967176f0ab22-87817 From: Luo Yifan To: linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, trivial@kernel.org, Luo Yifan Subject: [PATCH] ARM: vfp: Fix the cacography in vfpmodule.c Date: Tue, 22 Oct 2024 17:23:02 +0800 Message-Id: <20241022092302.123253-1-luoyifan@cmss.chinamobile.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241022_022329_256320_B57623DE X-CRM114-Status: GOOD ( 12.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The word 'swtich' is wrong, so fix it. Signed-off-by: Luo Yifan --- 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 b68efe643..63f053d6f 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