[PATCH] kselftest/arm64: Fix typo in hwcap check
Catalin Marinas
catalin.marinas at arm.com
Thu Sep 22 13:01:25 PDT 2022
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
More information about the linux-arm-kernel
mailing list