[PATCH 1/2] drm/drm_mode_object: fix typo in kerneldoc

Luca Ceresoli posted 2 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH 1/2] drm/drm_mode_object: fix typo in kerneldoc
Posted by Luca Ceresoli 1 month, 1 week ago
Remove unintended extra word.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
 include/drm/drm_mode_object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_mode_object.h b/include/drm/drm_mode_object.h
index 08d7a7f0188f..c68edbd126d0 100644
--- a/include/drm/drm_mode_object.h
+++ b/include/drm/drm_mode_object.h
@@ -35,7 +35,7 @@ struct drm_file;
  * @id: userspace visible identifier
  * @type: type of the object, one of DRM_MODE_OBJECT\_\*
  * @properties: properties attached to this object, including values
- * @refcount: reference count for objects which with dynamic lifetime
+ * @refcount: reference count for objects with dynamic lifetime
  * @free_cb: free function callback, only set for objects with dynamic lifetime
  *
  * Base structure for modeset objects visible to userspace. Objects can be

-- 
2.34.1
Re: [PATCH 1/2] drm/drm_mode_object: fix typo in kerneldoc
Posted by Dmitry Baryshkov 1 month, 1 week ago
On Fri, Oct 18, 2024 at 05:26:51PM +0200, Luca Ceresoli wrote:
> Remove unintended extra word.
> 
> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
> ---
>  include/drm/drm_mode_object.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

-- 
With best wishes
Dmitry