diff options
author | Lukas Wunner <lukas@wunner.de> | 2015-10-12 09:10:33 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-10-16 15:50:59 +0200 |
commit | f71a6d6095782186c10c720d9ed813b68275d30d (patch) | |
tree | 41dd395e1a30028e234640db568a837b6a83ba4b /include/drm/ati_pcigart.h | |
parent | 6648f4879a12cd428c8584e03b41576521b7198f (diff) | |
download | talos-obmc-linux-f71a6d6095782186c10c720d9ed813b68275d30d.tar.gz talos-obmc-linux-f71a6d6095782186c10c720d9ed813b68275d30d.zip |
gpu/doc: Convert to markdown harder
This snippet...
* Lock VMA manager for extended lookups. Only *_locked() VMA function calls
* are allowed while holding this lock. All other contexts are blocked from VMA
* until the lock is released via drm_vma_offset_unlock_lookup().
...causes markdown-enabled kernel-doc to barf:
debian/build/build-doc/Documentation/DocBook/gpu.aux.xml:3247: parser error : Opening and ending tag mismatch: emphasis line 3247 and function
*<function><emphasis>locked</function> VMA function calls are allowed while
^
/root/airlied/debian/build/build-doc/Documentation/DocBook/gpu.aux.xml:3249: parser error : Opening and ending tag mismatch: function line 3249 and emphasis
released via <function>drm</emphasis>vma_offset_unlock_lookup</function>.
^
unable to parse /root/airlied/debian/build/build-doc/Documentation/DocBook/gpu.aux.xml
A quick workaround is to replace *_locked() by X_locked().
Cc: Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
Signed-off-by: Lukas Wunner <lukas@wunner.de>
[danvet: Just drop the X_ too, the usual style is _unlocked, except
that _ seems to be what annoys markdown.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/ati_pcigart.h')
0 files changed, 0 insertions, 0 deletions