[PATCH v2] drm/crc: Fix typo in doc for drm_crtc_crc

Eduardo Vasconcelos posted 1 patch 1 month, 3 weeks ago
include/drm/drm_debugfs_crc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] drm/crc: Fix typo in doc for drm_crtc_crc
Posted by Eduardo Vasconcelos 1 month, 3 weeks ago
Fix a typo in the documentation for struct drm_crtc_crc
("occured." -> "occurred").

Signed-off-by: Eduardo Vasconcelos <eduardo@eduardovasconcelos.com>
---
Changes in v2:
- Fix subject line and commit message formatting
- Link to v1: https://lore.kernel.org/dri-devel/20260424140515.2019-1-eduardo@eduardovasconcelos.com/T/#u

 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 1b4c98c2f838..1cb71c03bf44 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.54.0
Re: [PATCH v2] drm/crc: Fix typo in doc for drm_crtc_crc
Posted by Thomas Zimmermann 1 month, 3 weeks ago

Am 24.04.26 um 20:36 schrieb Eduardo Vasconcelos:
> 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>

> ---
> Changes in v2:
> - Fix subject line and commit message formatting
> - Link to v1: https://lore.kernel.org/dri-devel/20260424140515.2019-1-eduardo@eduardovasconcelos.com/T/#u
>
>   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 1b4c98c2f838..1cb71c03bf44 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

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)