]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Docs/ABI: Fix sysfs-kernel-address_bits path
authorRichard Weinberger <richard@nod.at>
Tue, 8 Apr 2025 11:58:21 +0000 (13:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Jul 2025 10:18:47 +0000 (12:18 +0200)
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>
Documentation/ABI/testing/sysfs-kernel-address_bits

index 5d09ff84d4d6e25be9474641eb15d714c0d30fbe..3b72e48086aa1228b7a4c2076e99e1a45f28e9fc 100644 (file)
@@ -1,4 +1,4 @@
-What:          /sys/kernel/address_bit
+What:          /sys/kernel/address_bits
 Date:          May 2023
 KernelVersion: 6.3
 Contact:       Thomas Weißschuh <linux@weissschuh.net>