aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-06-05 19:39:44 +0300
committerJonathan Corbet <corbet@lwn.net>2019-06-06 09:53:45 -0600
commitb422124758c19db06c4c30c4abb8f57bf18995b9 (patch)
treea583b91e474412e3802518215eab32eb6b2134e5 /Documentation/core-api
parentMerge branch 'vfs' into docs-next (diff)
downloadlinux-dev-b422124758c19db06c4c30c4abb8f57bf18995b9.tar.xz
linux-dev-b422124758c19db06c4c30c4abb8f57bf18995b9.zip
docs/core-api: Add string helpers API to the list
Some times string helpers are needed, but there is nothing about them in the generated documentation. Fill the gap by adding a reference to string_helpers.c exported functions. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/kernel-api.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index a53ec2eb8176..65ae2bf1f86d 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -33,6 +33,9 @@ String Conversions
.. kernel-doc:: lib/kstrtox.c
:export:
+.. kernel-doc:: lib/string_helpers.c
+ :export:
+
String Manipulation
-------------------