linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] docs/core-api: Add string helpers API to the list
@ 2019-06-05 16:39 Andy Shevchenko
  2019-06-05 21:39 ` Mike Rapoport
  2019-06-06 16:01 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2019-06-05 16:39 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, Andrew Morton, Mike Rapoport; +Cc: Andy Shevchenko

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>
---
 Documentation/core-api/kernel-api.rst | 3 +++
 1 file changed, 3 insertions(+)

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
 -------------------
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-06 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05 16:39 [PATCH v1] docs/core-api: Add string helpers API to the list Andy Shevchenko
2019-06-05 21:39 ` Mike Rapoport
2019-06-06 16:01 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).