drm/atomic-helper: fix kernel-doc problems
Fix a kernel-doc warning and other kernel-doc formatting for drm_atomic_helper_connect_tv_check(). drivers/gpu/drm/drm_atomic_state_helper.c:560: warning: Cannot understand * @drm_atomic_helper_connector_tv_check: Validate an analog TV connector state on line 560 - I thought it was a doc line Fixes: 5a28cefda3a9 ("drm/atomic-helper: Add an analog TV atomic_check implementation") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Maxime Ripard <maxime@cerno.tech> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> CC: Thomas Zimmermann <tzimmermann@suse.de> Cc: David Airlie <airlied@gmail.com> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20230117070216.30318-1-rdunlap@infradead.org
This commit is contained in:
parent
bd43a9844b
commit
c25feb24e4
@ -557,15 +557,15 @@ void drm_atomic_helper_connector_tv_reset(struct drm_connector *connector)
|
|||||||
EXPORT_SYMBOL(drm_atomic_helper_connector_tv_reset);
|
EXPORT_SYMBOL(drm_atomic_helper_connector_tv_reset);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @drm_atomic_helper_connector_tv_check: Validate an analog TV connector state
|
* drm_atomic_helper_connector_tv_check - Validate an analog TV connector state
|
||||||
* @connector: DRM Connector
|
* @connector: DRM Connector
|
||||||
* @state: the DRM State object
|
* @state: the DRM State object
|
||||||
*
|
*
|
||||||
* Checks the state object to see if the requested state is valid for an
|
* Checks the state object to see if the requested state is valid for an
|
||||||
* analog TV connector.
|
* analog TV connector.
|
||||||
*
|
*
|
||||||
* Returns:
|
* Return:
|
||||||
* Zero for success, a negative error code on error.
|
* %0 for success, a negative error code on error.
|
||||||
*/
|
*/
|
||||||
int drm_atomic_helper_connector_tv_check(struct drm_connector *connector,
|
int drm_atomic_helper_connector_tv_check(struct drm_connector *connector,
|
||||||
struct drm_atomic_state *state)
|
struct drm_atomic_state *state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user