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 7658EC433FE for ; Tue, 8 Nov 2022 17:41:37 +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:References:In-Reply-To: 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: List-Owner; bh=K8EqgrC/Uv17eLAX26VeyxUrdt2XyYuuaBcsFblVsK0=; b=tHVpy+CzT2nodt 1gLGovJ4I2OrFWTQFjStDldlEZG+1cRC2MEb/pl+p0PHEM6oqMH8iyBpzEeOzZDrYnX+DYxJPrLrI LbmsGpUHArzP6FvqUTkpV9z8YP0HeeCb9EVWX8ZwLTjeB/3rJlL+CIbfpwqXTCYy8Zf3xAAHdeKJz rRg+1ljpSSAuDAhxWGUPg8i7lwZynJaCb8oIZlf2Ob6MnsFBQX7MJFdHJ0x8g+S6ktlmabqGuy+Ae fU6GJuLEWpakId2xSPkNIaHngWAhhKGBmsOyFS7GdUrMR25e3PMVwzBi1dIGlwlELuMFYZyW5DW4C 2P5swTO51gBISJ7pXUuw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1osSaU-0079Zu-4q; Tue, 08 Nov 2022 17:40:38 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1osSZC-0077SO-6B for linux-arm-kernel@lists.infradead.org; Tue, 08 Nov 2022 17:39:20 +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 ams.source.kernel.org (Postfix) with ESMTPS id E1606B81BE2; Tue, 8 Nov 2022 17:39:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F364EC433B5; Tue, 8 Nov 2022 17:39:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667929156; bh=2zMjHd2tmgr2B5wmbrxASzcvKnNOl5giLWW42dM9CnA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=r0JWiGTlgTjM7w8NHnCUdqKCq6SgHUiS8Az3ixRRkxi/G9ku6a7GwSpkB9tTGscnN aYFT3Fp/5FNQYswVD+Cz+8DrbmfcGs0/jh+SJisTmjMfUo7MbycWePbLNZdUa5/lbf BO6IrCS5oOadthkO/Mf/N2oeEnjPDRy8+C4G3d3D2LpcATrQGZiDnq4uWB69Fcp+NT rkfROwcfF2I5SY2wX4nOwsd1Gz3s11vk95aMwGG3E9/KML3Gq9pgZZwVEsCIvcFPci LTu35wrAc1KK7bj7EuLos2/wpFknJc4NUm5rak/T1VrUI8Oxarx3dhOdS2bZCWBOP5 lUp8XuT2bI10Q== From: Will Deacon To: Mukesh Ojha , mark.rutland@arm.com, broonie@kernel.org, catalin.marinas@arm.com Cc: kernel-team@android.com, Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: entry: Fix typo Date: Tue, 8 Nov 2022 17:38:48 +0000 Message-Id: <166791620535.760416.7765170110179707651.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <1667027268-1255-1-git-send-email-quic_mojha@quicinc.com> References: <1667027268-1255-1-git-send-email-quic_mojha@quicinc.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221108_093918_410921_444305C3 X-CRM114-Status: UNSURE ( 8.69 ) 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 On Sat, 29 Oct 2022 12:37:48 +0530, Mukesh Ojha wrote: > Fix the following typo in entry-common.c > intrumentable => instrumentable > > Applied to arm64 (for-next/trivial), thanks! [1/1] arm64: entry: Fix typo https://git.kernel.org/arm64/c/59598b42eb52 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel