diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2022-02-09 11:19:28 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2022-02-16 13:41:21 +0200 |
commit | b3d9f59f69289569133730e1be019adcd9e06611 (patch) | |
tree | 3dbf945af2d68a5aee7d5ec91608cf9532c51296 /drivers/gpu/drm/drm_modes.c | |
parent | 9cbe89ede58294d23af06ec12c20f2ce6acc1892 (diff) | |
download | linux-b3d9f59f69289569133730e1be019adcd9e06611.tar.gz |
drm/modes: Fix drm_mode_copy() docs
There is no object id in drm_display_mode anymore.
Remove stale comments to the contrary.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220209091928.14766-2-ville.syrjala@linux.intel.com
Acked-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'drivers/gpu/drm/drm_modes.c')
-rw-r--r-- | drivers/gpu/drm/drm_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index 1c72208d8133..96b13e36293c 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c @@ -880,7 +880,7 @@ EXPORT_SYMBOL(drm_mode_set_crtcinfo); * @dst: mode to overwrite * @src: mode to copy * - * Copy an existing mode into another mode, preserving the object id and + * Copy an existing mode into another mode, preserving the * list head of the destination mode. */ void drm_mode_copy(struct drm_display_mode *dst, const struct drm_display_mode *src) |