summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/stable
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2024-09-02 16:29:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-09-03 12:13:23 +0200
commit3a2de36d20b8be36389dc44a57a966030047ded1 (patch)
tree7d5b636cb4533901317f774b040d55add73c0fd3 /Documentation/ABI/stable
parentnvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func... (diff)
downloadlinux-3a2de36d20b8be36389dc44a57a966030047ded1.tar.xz
linux-3a2de36d20b8be36389dc44a57a966030047ded1.zip
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>
Diffstat (limited to 'Documentation/ABI/stable')
-rw-r--r--Documentation/ABI/stable/sysfs-bus-nvmem2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/stable/sysfs-bus-nvmem b/Documentation/ABI/stable/sysfs-bus-nvmem
index aa89adf18bc5..0ae8cb074acf 100644
--- a/Documentation/ABI/stable/sysfs-bus-nvmem
+++ b/Documentation/ABI/stable/sysfs-bus-nvmem
@@ -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.