]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/core-api/printk-formats.rst
Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[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.