]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/core-api/printk-formats.rst
Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linux
[linux.git] / Documentation / core-api / printk-formats.rst
index 86023c33906f0970ebe8ba7d1311e73a0808b1fa..ff48b55040ef5acfd3ddac0cfca818f35116f472 100644 (file)
@@ -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.