mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch removed from -mm tree
@ 2021-07-01  1:03 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-01  1:03 UTC (permalink / raw)
  To: andy.shevchenko, mm-commits, sfr


The patch titled
     Subject: kstrtox: fix documentation references
has been removed from the -mm tree.  Its filename was
     kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch

This patch was dropped because it was folded into kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header.patch

------------------------------------------------------
From: Andy Shevchenko <andy.shevchenko@gmail.com>
Subject: kstrtox: fix documentation references

After moving declarations of kstrto*() to a separate header, update the doc.

Link: https://lkml.kernel.org/r/20210615220003.377901-1-andy.shevchenko@gmail.com
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 Documentation/core-api/kernel-api.rst |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

--- a/Documentation/core-api/kernel-api.rst~kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix
+++ a/Documentation/core-api/kernel-api.rst
@@ -24,11 +24,8 @@ String Conversions
 .. kernel-doc:: lib/vsprintf.c
    :export:
 
-.. kernel-doc:: include/linux/kernel.h
-   :functions: kstrtol
-
-.. kernel-doc:: include/linux/kernel.h
-   :functions: kstrtoul
+.. kernel-doc:: include/linux/kstrtox.h
+   :functions: kstrtol kstrtoul
 
 .. kernel-doc:: lib/kstrtox.c
    :export:
_

Patches currently in -mm which might be from andy.shevchenko@gmail.com are

kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-01  1:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  1:03 [folded-merged] kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch removed from -mm tree akpm

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).