drm: polish function kerneldoc for drm_modes.[hc]
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 23 Jan 2014 19:05:00 +0000 (20:05 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 11:48:44 +0000 (12:48 +0100)
commitf5aabb978d1dcd850d329bcce6dc782bb8621984
tree94477e3697edd25f191bac6c4efdea1f849e4919
parent3e70292cd4a002cd799a1cd4115286cba3933d6d
drm: polish function kerneldoc for drm_modes.[hc]

- Tune down yelling RETURNS.
- OCD align all the parameters the same.
- Add missing kerneldoc, which also means that we need to include the
  kerneldoc from the drm_modes.h header now.
- Add missing Returns: sections.
- General polish and clarification - especially the kerneldoc for the
  mode creation helpers seems to have been some good specimen of
  copypasta gone wrong.

All actual code changes have all been extracted into prep patches
since there was simply too much to polish.

v2: More polish for the command line modeline functions.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Documentation/DocBook/drm.tmpl
drivers/gpu/drm/drm_modes.c
include/drm/drm_modes.h