summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2018-06-05 13:39:12 +0200
committerPetr Mladek <pmladek@suse.com>2018-06-05 13:39:12 +0200
commit8bafa2a44ff3647904eaa3c9228bfbd36742b9b4 (patch)
treec0bc2ef9e965e50e57aaa22293084ee308b41d3f /Documentation/core-api
parentbcf8677bc621e0e3b6ed67668d6bd72908fdec2c (diff)
parent666902e42fd8344b923c02dc5b0f37948ff4f225 (diff)
Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/printk-formats.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst
index eb30efdd2e78..25dc591cb110 100644
--- a/Documentation/core-api/printk-formats.rst
+++ b/Documentation/core-api/printk-formats.rst
@@ -419,11 +419,10 @@ struct clk
%pC pll1
%pCn pll1
- %pCr 1560000000
For printing struct clk structures. %pC and %pCn print the name
(Common Clock Framework) or address (legacy clock framework) of the
-structure; %pCr prints the current clock rate.
+structure.
Passed by reference.