projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b28ae
)
vsprintf: Fix a dangling documentation reference
author
Jonathan Corbet
<corbet@lwn.net>
Thu, 21 Dec 2017 19:39:45 +0000
(12:39 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 21 Dec 2017 20:39:31 +0000
(13:39 -0700)
A reference to printk-formats.txt didn't get updated when the file moved;
fix that.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
lib/vsprintf.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/vsprintf.c
b/lib/vsprintf.c
index 6ec0844ab5d16b3e9e994ab73e1a9b4c616513c8..2b18135446dcb89c89d4c0875ff504d798f17d9b 100644
(file)
--- 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.tx
t for more
+ * See pointer() or Documentation/
core-api/printk-formats.rs
t for more
* extensive description.
*
* **Please update the documentation in both places when making changes**