]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bitops: fix kernel-doc parameter name for parity8()
authorKit Dallege <xaum.io@gmail.com>
Sun, 15 Mar 2026 15:34:14 +0000 (16:34 +0100)
committerYury Norov <ynorov@nvidia.com>
Mon, 23 Mar 2026 17:33:51 +0000 (13:33 -0400)
commit7b52b262f8a8cd96dac33721389a884420c18365
treeba239ae7048ee9767d94d7578f7e1f3102d6143a
parentbe56db15fcce8bb8bd85f236382276d52ce73d08
bitops: fix kernel-doc parameter name for parity8()

The kernel-doc comment for parity8() documents the parameter as @value
but the actual parameter name is @val. Fix the mismatch.

Assisted-by: Claude <noreply@anthropic.com>
Signed-off-by: Kit Dallege <xaum.io@gmail.com>
Signed-off-by: Yury Norov <ynorov@nvidia.com>
include/linux/bitops.h