From patchwork Fri Mar 18 10:37:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 12785145 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 BFC22C433EF for ; Fri, 18 Mar 2022 10:39:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=4PRJh8TDx20lzqQP1pYp9O3wpKnhirFC9AoUAk+RBPg=; b=QoF3wyHJChq8j3 /UCB1/MNOyC2w1sC7YAtBKnK2gtUdGgIU2aQjF5grce6PDAbeZ8dsVFBihEANTE/KHoqRfpJzefBI hnS9qtZQKKMj6DKUciOCB/saI9RDbVa3duPkVpjK0D2C871GJxs4hUm0o8XaluClovkqSx0zmMoHz YzzdfbFanLzI9n9pKpODHkkdPKya2q1ypcjIQb15x0HcF/EQIb0PYqlWyGsrIrrJSJjflONYtIPhe 5njKdkFjsFhjrttRXBE2GeimjbCDmYvP7+QZMkXDJIs4ScELH/mEFi2OzUZp+4iWu43g3qj7jQ7XB GfGPy4q65irHrGfgeQow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nV9zt-001A33-Co; Fri, 18 Mar 2022 10:38:17 +0000 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nV9zK-0019jK-Pz for linux-arm-kernel@lists.infradead.org; Fri, 18 Mar 2022 10:37:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=70GBOoGlM1s/D/vZ/gDz7tsiLlk7NWNVX7tgLUieEPg=; b=mxQ0CtrWw8OtDoXXQVFm8pi+3gB5tEHcj4Lmd3G5XYPe1Iy5s6kuu5if DYGNOgfSlNU1e44x/RMVmVmLsVSi/on3OMd2Uhy+CsVhVPtWG3boA1hzn iy+MY0b8q02hPUMSn2G5mC2JeMUJXxr3RJ1G0fn3kgAZij9ot+E8Td4Wq g=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Julia.Lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.90,192,1643670000"; d="scan'208";a="8935634" Received: from i80.paris.inria.fr (HELO i80.paris.inria.fr.) ([128.93.90.48]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Mar 2022 11:37:35 +0100 From: Julia Lawall To: Krzysztof Kozlowski Cc: kernel-janitors@vger.kernel.org, Alim Akhtar , Russell King , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: s3c: s3c24xx: fix typos in comments Date: Fri, 18 Mar 2022 11:37:00 +0100 Message-Id: <20220318103729.157574-5-Julia.Lawall@inria.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220318_033743_179148_CCB3AC60 X-CRM114-Status: GOOD ( 11.17 ) 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 Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- arch/arm/mach-s3c/s3c24xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-s3c/s3c24xx.c b/arch/arm/mach-s3c/s3c24xx.c index ccfed48c98aa..37eaf9480da7 100644 --- a/arch/arm/mach-s3c/s3c24xx.c +++ b/arch/arm/mach-s3c/s3c24xx.c @@ -146,7 +146,7 @@ static struct map_desc s3c_iodesc[] __initdata __maybe_unused = { IODESC_ENT(UART) }; -/* read cpu identificaiton code */ +/* read cpu identification code */ static unsigned long s3c24xx_read_idcode_v5(void) {