Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Docs/ABI: Fix sysfs-kernel-address_bits path

It's address_bits, not address_bit.

Fixes: 00142bfd5a91 ("kernels/ksysfs.c: export kernel address bits")
Signed-off-by: Richard Weinberger <richard@nod.at>
Acked-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20250408115823.1358597-1-richard@nod.at
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Richard Weinberger and committed by
Greg Kroah-Hartman
5accfca0 b9ff1c2a

+1 -1
+1 -1
Documentation/ABI/testing/sysfs-kernel-address_bits
··· 1 - What: /sys/kernel/address_bit 1 + What: /sys/kernel/address_bits 2 2 Date: May 2023 3 3 KernelVersion: 6.3 4 4 Contact: Thomas Weißschuh <linux@weissschuh.net>