]> Git Repo - linux.git/commit
drm/print: Move kerneldoc next to definition
authorDaniel Vetter <[email protected]>
Mon, 14 Nov 2016 11:58:22 +0000 (12:58 +0100)
committerDaniel Vetter <[email protected]>
Tue, 15 Nov 2016 11:55:24 +0000 (12:55 +0100)
commit2d5e836de7b24fa79c67085689ee8160302c76a9
tree93152a4ffa51fd38ea94b1a748460f8fe34bd707
parent4f93624ee7c05d5a8da77934a8a9e0e64e121ae6
drm/print: Move kerneldoc next to definition

kerneldoc expects the comment next to definitions, otherwise it can't
pick up exported vs. internal stuff.

This fixes a warning from the doc build done with:

$ make DOCBOOKS="" htmldocs

Fixes: d8187177b0b1 ("drm: add helper for printing to log or seq_file")
Cc: Rob Clark <[email protected]>
Cc: Sean Paul <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Documentation/gpu/drm-internals.rst
drivers/gpu/drm/drm_print.c
include/drm/drm_print.h
This page took 0.05574 seconds and 4 git commands to generate.