]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/core-api/printk-formats.rst
Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm
[linux.git] / Documentation / core-api / printk-formats.rst
index 25dc591cb1108790229e18e33da2291eb0317c74..ff48b55040ef5acfd3ddac0cfca818f35116f472 100644 (file)
@@ -376,15 +376,15 @@ correctness of the format string and va_list arguments.
 
 Passed by reference.
 
-kobjects
---------
+Device tree nodes
+-----------------
 
 ::
 
        %pOF[fnpPcCF]
 
 
-For printing kobject based structs (device nodes). Default behaviour is
+For printing device tree node structures. Default behaviour is
 equivalent to %pOFf.
 
        - f - device node full_name
@@ -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.