From: Jonathan Corbet Date: Thu, 21 Dec 2017 19:39:45 +0000 (-0700) Subject: vsprintf: Fix a dangling documentation reference X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=27e7c0e813aa5c626ac7e68250bdac82205057b1;p=openwrt%2Fstaging%2Fblogic.git vsprintf: Fix a dangling documentation reference A reference to printk-formats.txt didn't get updated when the file moved; fix that. Signed-off-by: Jonathan Corbet --- diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 6ec0844ab5d1..2b18135446dc 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -2195,7 +2195,7 @@ set_precision(struct printf_spec *spec, int prec) * - ``%n`` is unsupported * - ``%p*`` is handled by pointer() * - * See pointer() or Documentation/printk-formats.txt for more + * See pointer() or Documentation/core-api/printk-formats.rst for more * extensive description. * * **Please update the documentation in both places when making changes**