linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/mm: Fix the param description for 'size' tag
@ 2022-03-17  2:26 Cai Huoqing
  2022-03-25  3:12 ` Cai Huoqing
  0 siblings, 1 reply; 2+ messages in thread
From: Cai Huoqing @ 2022-03-17  2:26 UTC (permalink / raw)
  To: cai.huoqing
  Cc: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Daniel Vetter, dri-devel, linux-kernel

Using "size of" instead of  "end of" to fix the description for 'size' tag.

Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
---
 drivers/gpu/drm/drm_mm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c
index 8257f9d4f619..c2eedfd264f8 100644
--- a/drivers/gpu/drm/drm_mm.c
+++ b/drivers/gpu/drm/drm_mm.c
@@ -956,7 +956,7 @@ EXPORT_SYMBOL(drm_mm_scan_color_evict);
  * drm_mm_init - initialize a drm-mm allocator
  * @mm: the drm_mm structure to initialize
  * @start: start of the range managed by @mm
- * @size: end of the range managed by @mm
+ * @size: size of the range managed by @mm
  *
  * Note that @mm must be cleared to 0 before calling this function.
  */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/mm: Fix the param description for 'size' tag
  2022-03-17  2:26 [PATCH] drm/mm: Fix the param description for 'size' tag Cai Huoqing
@ 2022-03-25  3:12 ` Cai Huoqing
  0 siblings, 0 replies; 2+ messages in thread
From: Cai Huoqing @ 2022-03-25  3:12 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Daniel Vetter, dri-devel, linux-kernel

On 17 3月 22 10:26:31, Cai Huoqing wrote:
> Using "size of" instead of  "end of" to fix the description for 'size' tag.
> 
> Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
> ---
>  drivers/gpu/drm/drm_mm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c
> index 8257f9d4f619..c2eedfd264f8 100644
> --- a/drivers/gpu/drm/drm_mm.c
> +++ b/drivers/gpu/drm/drm_mm.c
Ping :)
> @@ -956,7 +956,7 @@ EXPORT_SYMBOL(drm_mm_scan_color_evict);
>   * drm_mm_init - initialize a drm-mm allocator
>   * @mm: the drm_mm structure to initialize
>   * @start: start of the range managed by @mm
> - * @size: end of the range managed by @mm
> + * @size: size of the range managed by @mm
>   *
>   * Note that @mm must be cleared to 0 before calling this function.
>   */
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-25  3:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17  2:26 [PATCH] drm/mm: Fix the param description for 'size' tag Cai Huoqing
2022-03-25  3:12 ` Cai Huoqing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).