Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27e7c0e8 authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

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: default avatarJonathan Corbet <corbet@lwn.net>
parent 91b28aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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**