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) <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 98ee463 commit 3a2de36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)