diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-12-21 12:39:45 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-12-21 13:39:31 -0700 |
commit | 27e7c0e813aa5c626ac7e68250bdac82205057b1 (patch) | |
tree | 7cb299dc48523c1804b15643f4e588a5ca359469 /lib/vsprintf.c | |
parent | 91b28aeb17ce13065d745a1f92c95011c10ba75a (diff) | |
download | linux-27e7c0e813aa5c626ac7e68250bdac82205057b1.tar.gz linux-27e7c0e813aa5c626ac7e68250bdac82205057b1.tar.bz2 linux-27e7c0e813aa5c626ac7e68250bdac82205057b1.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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** |