The patch titled Subject: kstrtox: fix documentation references has been added to the -mm tree. Its filename is kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> 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@xxxxxxxxx Signed-off-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxx are kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch