diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-10-08 13:08:48 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-10-12 19:38:18 +0200 |
commit | 94ac8f2074b22465f75e93ecbb98060d7960f4b6 (patch) | |
tree | de6f9b2ff3a568e3fa17ab1f4e49c9ce9b7797d5 /Documentation/core-api | |
parent | Documentation: preempt-locking: Use better example (diff) | |
download | linux-94ac8f2074b22465f75e93ecbb98060d7960f4b6.tar.xz linux-94ac8f2074b22465f75e93ecbb98060d7960f4b6.zip |
doc: printk-formats: Remove bogus kobject references for device nodes
When converting from text to rst, the kobjects section and its sole
subsection about device tree nodes were coalesced into a single section,
yielding an inconsistent result.
Remove all references to kobjects, as
1. Device tree object pointers are not compatible to kobject pointers
(the former may embed the latter, though), and
2. there are no printk formats defined for kobject types.
Update the vsprintf() source code comments to match the above.
Fixes: b3ed23213eab1e08 ("doc: convert printk-formats.txt to rst")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/printk-formats.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst index 25dc591cb110..86023c33906f 100644 --- a/Documentation/core-api/printk-formats.rst +++ b/Documentation/core-api/printk-formats.rst @@ -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 |