From mboxrd@z Thu Jan 1 00:00:00 1970 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 CDB00C433F5 for ; Mon, 3 Oct 2022 19:35:45 +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:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bQ5Q3+3eC1nEHTM0QpZoWCTk45EBqpDqBBWHmBX51WY=; b=qJHRRWyi3C1+7X tktDyp5nXs6Dyq04MR2+krl4dnTe0E5XggjD7u8NTA+g4MSPpYge0qJquvQ4v4gCc5oPJxgU9/ny5 YpIMT+qZctYP5JV5pK2Kq8wMoosHvFM2Bna25KJ8EdrjVMznweILeDbKAPOHswqM1RyhGlnaW8uii 58FOedfjWSzS9z3HJeKlNj9bKvv47DpPxec7+b5BX8LmzovP9iYMR2o/9l6WIcBUGM2aMXJAJMOeV EPjm8qCuYegSfnqC7SiAwXjIWCLDBy7Kw+YI0X7Q9yF7JAC8t7ET7B0Ti1m0f7bXw70ztHGdkdbmh SVKUwBZJYxHiTE/r0uHw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofRDB-007NYe-LD; Mon, 03 Oct 2022 19:34:45 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofRD8-007NXz-Q2 for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 19:34:43 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 38CCC611C6; Mon, 3 Oct 2022 19:34:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96285C433C1; Mon, 3 Oct 2022 19:34:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664825681; bh=YTRCQYS5gwiLBwDfHgyeyCgWl/i616lUexzsbqfs9SY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=F+CxN7j0pcNRA9YSRo2BZuksk3YmOqbog0BGXwm8mpF/GyzItQy/rRNpBkKqaGhjI 5+uDhAcYozhwWOzM4mhe01CSUMUvMQiRMaijHrcAOtKUT7C26paF8FYcop8Xdhr2OE xrPDu2mQoAOUTC8gdzC3scL1xShjgI7y9bOisJ5sViHs1Rd3NnPXpIb0XiHbHwIAX2 HGcddXetXi9iXg01/INAyBMfHF1ENfn/MVifwZEVzCQCAwrQ+tK54t05cqKgQJ7WPI qG+W6uNgW9utC6TXALgdq0EWBDGOMfooiNTogA+GN114auoaXsKK0wzd52KRJE9V6D H0hcs31NbSLuQ== MIME-Version: 1.0 In-Reply-To: <20220521111145.81697-42-Julia.Lawall@inria.fr> References: <20220521111145.81697-42-Julia.Lawall@inria.fr> Subject: Re: [PATCH] clk: nxp: fix typo in comment From: Stephen Boyd Cc: kernel-janitors@vger.kernel.org, Vladimir Zapolskiy , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: Julia Lawall , Michael Turquette Date: Mon, 03 Oct 2022 12:34:39 -0700 User-Agent: alot/0.10 Message-Id: <20221003193441.96285C433C1@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_123442_897959_53118407 X-CRM114-Status: UNSURE ( 7.51 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Julia Lawall (2022-05-21 04:10:52) > Spelling mistake (triple letters) in comment. > Detected with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel