]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1b02e8a064f287a268f740e9fcb9ea5daf37283
tree94477e3697edd25f191bac6c4efdea1f849e4919
parenta722a820cc15d6286fb5097f02ed4a5fab2dc264
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