Skip to content

Commit 3a2de36

Browse files
Matthew Wilcoxgregkh
authored andcommitted
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>
1 parent 98ee463 commit 3a2de36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/ABI/stable/sysfs-bus-nvmem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description:
1111
Read returns '0' or '1' for read-write or read-only modes
1212
respectively.
1313
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.
1515
Note: This file is only present if CONFIG_NVMEM_SYSFS
1616
is enabled.
1717

0 commit comments

Comments
 (0)