summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2017-12-21 12:39:45 -0700
committerJonathan Corbet <corbet@lwn.net>2017-12-21 13:39:31 -0700
commit27e7c0e813aa5c626ac7e68250bdac82205057b1 (patch)
tree7cb299dc48523c1804b15643f4e588a5ca359469 /lib/vsprintf.c
parent91b28aeb17ce13065d745a1f92c95011c10ba75a (diff)
downloadlinux-0-day-27e7c0e813aa5c626ac7e68250bdac82205057b1.tar.gz
linux-0-day-27e7c0e813aa5c626ac7e68250bdac82205057b1.tar.xz
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 <corbet@lwn.net>
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r--lib/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 6ec0844ab5d16..2b18135446dcb 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**