aboutsummaryrefslogtreecommitdiff
path: root/Documentation/printk-formats.txt
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-07-05 11:05:25 +0100
committerMark Brown <broonie@kernel.org>2018-07-05 11:05:25 +0100
commit6183a1afdd2fb1c994e95af9d6db45f157241a04 (patch)
tree942b386dbeffc68be1018ecb496d843cde00b8be /Documentation/printk-formats.txt
parent1ce34dea91ae86bb18f493f72292df1bf6f66df7 (diff)
parentfa745a1bd983b601c3f9c081ebf07dad9e0e3cb9 (diff)
Merge tag 'v4.14.53' into linux-linaro-lsk-v4.14
This is the 4.14.53 stable release
Diffstat (limited to 'Documentation/printk-formats.txt')
-rw-r--r--Documentation/printk-formats.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt
index 361789df51ec..d1aecf53badb 100644
--- a/Documentation/printk-formats.txt
+++ b/Documentation/printk-formats.txt
@@ -397,11 +397,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.