]> www.infradead.org Git - linux.git/commitdiff
nvmem: Fix misspelling
authorMatthew Wilcox <willy@infradead.org>
Mon, 2 Sep 2024 14:29:51 +0000 (15:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2024 10:13:23 +0000 (12:13 +0200)
There is no function called kstrbool().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20240902142952.71639-9-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/stable/sysfs-bus-nvmem

index aa89adf18bc55bee2a15c5f73015532ab01d6834..0ae8cb074acf36587ccf44f92054884f128f375e 100644 (file)
@@ -11,7 +11,7 @@ Description:
                Read returns '0' or '1' for read-write or read-only modes
                respectively.
                Write parses one of 'YyTt1NnFf0', or [oO][NnFf] for "on"
-               and "off", i.e. what kstrbool() supports.
+               and "off", i.e. what kstrtobool() supports.
                Note: This file is only present if CONFIG_NVMEM_SYSFS
                is enabled.