drm/i915/dvo: Remove incorrect kerneldoc markups
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 14 Feb 2018 09:29:07 +0000 (09:29 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 14 Feb 2018 12:04:31 +0000 (12:04 +0000)
commit5a3ec1e6bf4b01b826a9de4136fbb9443ace9f0d
treebd8f185e756b52623f7974f73a2d671aa8216281
parent537225299f20301e58c3f0831453f9d9d25d9091
drm/i915/dvo: Remove incorrect kerneldoc markups

Regular comments where being marked up for kerneldoc, but were not
formatted properly. Remove the markup to remove the warnings.

drivers/gpu/drm/i915/dvo_ivch.c:192: warning: Function parameter or member 'dvo' not described in 'ivch_read'
drivers/gpu/drm/i915/dvo_ivch.c:192: warning: Function parameter or member 'addr' not described in 'ivch_read'
drivers/gpu/drm/i915/dvo_ivch.c:192: warning: Function parameter or member 'data' not described in 'ivch_read'

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180214092909.27040-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/dvo_ivch.c