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

nvmem: Fix misspelling

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>

authored by

Matthew Wilcox and committed by
Greg Kroah-Hartman
3a2de36d 98ee4639

+1 -1
+1 -1
Documentation/ABI/stable/sysfs-bus-nvmem
··· 11 11 Read returns '0' or '1' for read-write or read-only modes 12 12 respectively. 13 13 Write parses one of 'YyTt1NnFf0', or [oO][NnFf] for "on" 14 - and "off", i.e. what kstrbool() supports. 14 + and "off", i.e. what kstrtobool() supports. 15 15 Note: This file is only present if CONFIG_NVMEM_SYSFS 16 16 is enabled. 17 17