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 3CBA2ECAAD8 for ; Thu, 22 Sep 2022 20:02:49 +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=xj/pG8NuWUTftUN1+g3/nfhp4oqVAX8WrwfCD5W1+4A=; b=36Uycn036VEB4v n/mufzlJZwNmeFjsuzMIvOJLwxVeEFspEwQtQ/sFmqV9k/Cg8TzDekCcCWA0xGHGl9SGEpFy3IwTk L+USGpUH1Ajb/rHT6ceP7RbjEgogJIfxVi/hr2vX6/CqhbjiJTCaZyrlT3EWlmKoF4WcezEz/6Tug tyhh6ivvEq2brO3RJtQ3GOgwTLzYbHiIIZZddWU2fVXWmJxb9dca1WUUemTANWrgb9NupAFHRUoeP 2FB2jVcV4cK8IA7frBw4LBZKQv8Kz4MUnbG8j35FQ0RMLGbU3bQQjRUYg5JgKo+42o3xyVu27Gs/s 3VUy/DpkwJ0DXrEEZWRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obSO5-0002Hw-9i; Thu, 22 Sep 2022 20:01:33 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1obSO2-0002HA-Ez for linux-arm-kernel@lists.infradead.org; Thu, 22 Sep 2022 20:01:32 +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 C0857637E4; Thu, 22 Sep 2022 20:01:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E48DDC433C1; Thu, 22 Sep 2022 20:01:27 +0000 (UTC) From: Catalin Marinas To: Shuah Khan , Mark Brown , Will Deacon Cc: linux-kselftest@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] kselftest/arm64: Fix typo in hwcap check Date: Thu, 22 Sep 2022 21:01:25 +0100 Message-Id: <166387688046.428722.11597179972445429521.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220907113400.12982-1-broonie@kernel.org> References: <20220907113400.12982-1-broonie@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220922_130130_561454_7FB9509E X-CRM114-Status: GOOD ( 12.07 ) 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 Wed, 7 Sep 2022 12:33:59 +0100, Mark Brown wrote: > We use a local variable hwcap to refer to the element of the hwcaps array > which we are currently checking. When checking for the relevant hwcap bit > being set in testing we were dereferencing hwcaps rather than hwcap in > fetching the AT_HWCAP to use, which is perfectly valid C but means we were > always checking the bit was set in the hwcap for whichever feature is first > in the array. Remove the stray s. > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/1] kselftest/arm64: Fix typo in hwcap check https://git.kernel.org/arm64/c/33060a64901e -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel