]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/crc: Fix typo in doc for drm_crtc_crc
authorEduardo Vasconcelos <eduardo@eduardovasconcelos.com>
Fri, 24 Apr 2026 18:36:29 +0000 (15:36 -0300)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 4 May 2026 12:26:53 +0000 (14:26 +0200)
Fix a typo in the documentation for struct drm_crtc_crc
("occured." -> "occurred").

Signed-off-by: Eduardo Vasconcelos <eduardo@eduardovasconcelos.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/20260424183630.3764-1-eduardo@eduardovasconcelos.com
include/drm/drm_debugfs_crc.h

index 1b4c98c2f8383c12e8b8d95479e6384428c4772e..1cb71c03bf44e974c5b241cd915bae3d4add592a 100644 (file)
@@ -49,7 +49,7 @@ struct drm_crtc_crc_entry {
  * @lock: protects the fields in this struct
  * @source: name of the currently configured source of CRCs
  * @opened: whether userspace has opened the data file for reading
- * @overflow: whether an overflow occured.
+ * @overflow: whether an overflow occurred
  * @entries: array of entries, with size of %DRM_CRC_ENTRIES_NR
  * @head: head of circular queue
  * @tail: tail of circular queue