Skip to content

Commit 5073592

Browse files
rddunlaptdz
authored andcommitted
drm: drm_crtc: correct some comments
Fix some typos and punctuation. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Alex Deucher <alexdeucher@gmail.com> Cc: David Airlie <airlied@gmail.com> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel@lists.freedesktop.org Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20240213061733.8068-1-rdunlap@infradead.org
1 parent 8084a5b commit 5073592

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/gpu/drm/drm_crtc.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
* to one or more &drm_encoder, which are then each connected to one
6262
* &drm_connector.
6363
*
64-
* To create a CRTC, a KMS drivers allocates and zeroes an instances of
64+
* To create a CRTC, a KMS driver allocates and zeroes an instance of
6565
* &struct drm_crtc (possibly as part of a larger structure) and registers it
6666
* with a call to drm_crtc_init_with_planes().
6767
*
68-
* The CRTC is also the entry point for legacy modeset operations, see
69-
* &drm_crtc_funcs.set_config, legacy plane operations, see
70-
* &drm_crtc_funcs.page_flip and &drm_crtc_funcs.cursor_set2, and other legacy
68+
* The CRTC is also the entry point for legacy modeset operations (see
69+
* &drm_crtc_funcs.set_config), legacy plane operations (see
70+
* &drm_crtc_funcs.page_flip and &drm_crtc_funcs.cursor_set2), and other legacy
7171
* operations like &drm_crtc_funcs.gamma_set. For atomic drivers all these
7272
* features are controlled through &drm_property and
7373
* &drm_mode_config_funcs.atomic_check.

0 commit comments

Comments
 (0)