summaryrefslogtreecommitdiff
path: root/Documentation/core-api/printk-formats.rst
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2018-10-24 13:59:05 +0200
committerPetr Mladek <pmladek@suse.com>2018-10-24 13:59:05 +0200
commit54edeb0327d7320e2a9a3e517e8bc8f318d41a77 (patch)
tree1a66ca2870e1ec7a6e72c197308ef2562130b102 /Documentation/core-api/printk-formats.rst
parentd2130e82e9454304e9b91ba9da551b5989af8c27 (diff)
parent431bca24308c5a82575571023a7128a881f716b2 (diff)
Merge branch 'for-4.20-vsprintf-hash-fixes' into for-linus
Diffstat (limited to 'Documentation/core-api/printk-formats.rst')
-rw-r--r--Documentation/core-api/printk-formats.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst
index 25dc591cb110..d39798c25585 100644
--- a/Documentation/core-api/printk-formats.rst
+++ b/Documentation/core-api/printk-formats.rst
@@ -420,9 +420,8 @@ struct clk
%pC pll1
%pCn pll1
-For printing struct clk structures. %pC and %pCn print the name
-(Common Clock Framework) or address (legacy clock framework) of the
-structure.
+For printing struct clk structures. %pC and %pCn print the name of the clock
+(Common Clock Framework) or a unique 32-bit ID (legacy clock framework).
Passed by reference.