diff options
author | Petr Mladek <pmladek@suse.com> | 2018-06-05 14:39:12 +0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2018-06-05 14:39:12 +0300 |
commit | 8bafa2a44ff3647904eaa3c9228bfbd36742b9b4 (patch) | |
tree | c0bc2ef9e965e50e57aaa22293084ee308b41d3f /Documentation | |
parent | bcf8677bc621e0e3b6ed67668d6bd72908fdec2c (diff) | |
parent | 666902e42fd8344b923c02dc5b0f37948ff4f225 (diff) | |
download | linux-8bafa2a44ff3647904eaa3c9228bfbd36742b9b4.tar.xz |
Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-api/printk-formats.rst | 3 |
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. |