From 5e5b64b6dc702c7bcd8da340263535128a3d5518 Mon Sep 17 00:00:00 2001 From: Eduardo Vasconcelos Date: Fri, 24 Apr 2026 15:36:29 -0300 Subject: [PATCH] drm/crc: Fix typo in doc for drm_crtc_crc Fix a typo in the documentation for struct drm_crtc_crc ("occured." -> "occurred"). Signed-off-by: Eduardo Vasconcelos Reviewed-by: Thomas Zimmermann Signed-off-by: Thomas Zimmermann Link: https://patch.msgid.link/20260424183630.3764-1-eduardo@eduardovasconcelos.com --- include/drm/drm_debugfs_crc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_debugfs_crc.h b/include/drm/drm_debugfs_crc.h index 1b4c98c2f8383..1cb71c03bf44e 100644 --- a/include/drm/drm_debugfs_crc.h +++ b/include/drm/drm_debugfs_crc.h @@ -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 -- 2.47.3