Star64_linux/Documentation/core-api
Geert Uytterhoeven 94ac8f2074 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: b3ed23213e ("doc: convert printk-formats.txt to rst")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2018-10-12 11:38:18 -06:00
..
assoc_array.rst
atomic_ops.rst locking/atomics/Documentation: Describe atomic_set() as a write operation 2018-07-17 09:30:31 +02:00
boot-time-mm.rst docs/boot-time-mm: fix kernel-doc directive for including all but DOC: 2018-09-11 11:57:08 -06:00
cachetlb.rst
circular-buffers.rst
conf.py
cpu_hotplug.rst
debug-objects.rst
errseq.rst
flexible-arrays.rst
genalloc.rst
genericirq.rst
gfp_mask-from-fs-io.rst docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing 2018-09-20 11:02:32 -06:00
idr.rst docs/idr: use empty "functions" directive 2018-06-30 07:52:50 -06:00
index.rst docs/core-api: rename memory-hotplug-notifier to memory-hotplug 2018-10-12 11:13:57 -06:00
kernel-api.rst docs/core-api: split memory management API to a separate file 2018-08-23 18:48:43 -07:00
librs.rst
local_ops.rst
memory-allocation.rst docs: core-api: add memory allocation guide 2018-09-20 11:02:53 -06:00
memory-hotplug.rst docs/core-api: memory-hotplug: add some details about locking internals 2018-10-12 11:14:19 -06:00
mm-api.rst docs: core-api/mm-api: add a lable for GFP flags section 2018-09-20 11:02:44 -06:00
printk-formats.rst doc: printk-formats: Remove bogus kobject references for device nodes 2018-10-12 11:38:18 -06:00
refcount-vs-atomic.rst
timekeeping.rst Documentation: document ktime_get_*() APIs 2018-07-23 09:16:56 -06:00
tracepoint.rst
workqueue.rst