The patch titled Subject: docs: core-api: fix broken references for div64.c and gcd.c has been added to the -mm tree. Its filename is lib-move-mathematic-helpers-to-separate-folder-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-move-mathematic-helpers-to-separate-folder-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-move-mathematic-helpers-to-separate-folder-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: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> Subject: docs: core-api: fix broken references for div64.c and gcd.c Those files were moved to lib/math. Link: http://lkml.kernel.org/r/734f49bae5d4052b3c25691dfefad59bea2e5843.1555580999.git.mchehab+samsung@xxxxxxxxxx Fixes: 9635bad21596 ("lib: Move mathematic helpers to separate folder") Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Thierry Reding <thierry.reding@xxxxxxxxx> Cc: Lee Jones <lee.jones@xxxxxxxxxx> Cc: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Cc: Ray Jui <rjui@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/core-api/kernel-api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Documentation/core-api/kernel-api.rst~lib-move-mathematic-helpers-to-separate-folder-fix +++ a/Documentation/core-api/kernel-api.rst @@ -147,10 +147,10 @@ Division Functions .. kernel-doc:: include/linux/math64.h :internal: -.. kernel-doc:: lib/div64.c +.. kernel-doc:: lib/math/div64.c :functions: div_s64_rem div64_u64_rem div64_u64 div64_s64 -.. kernel-doc:: lib/gcd.c +.. kernel-doc:: lib/math/gcd.c :export: UUID/GUID _ Patches currently in -mm which might be from mchehab+samsung@xxxxxxxxxx are lib-move-mathematic-helpers-to-separate-folder-fix.patch