drm/edid: Cleanup kerneldoc
authorThierry Reding <treding@nvidia.com>
Tue, 29 Apr 2014 09:44:34 +0000 (11:44 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 29 Apr 2014 10:32:48 +0000 (12:32 +0200)
commitdb6cf833b54d98ec48d7a68e970cec1c443e2f8d
tree457623ae023c315b3b1369299bf690335f885904
parent464fdeca764bf1dbdf3d21be94ab29054e83a650
drm/edid: Cleanup kerneldoc

This fixes up a couple of inconsistencies with kerneldoc comments for
the EDID related functions. Functions that return a value now use the
"Return" section consistently. For some exported symbols the kernel-doc
comments were not in the appropriate format and therefore not included
in the generated documentation. Others had no kernel-doc at all.

While at it, fix a couple of whitespace issues and capitalize common
abbreviations (i2c -> I2C, edid -> EDID, ...).

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_edid.c
This page took 0.02711 seconds and 5 git commands to generate.