[PATCH 1/3] drm/gem-cma-helper: Fix kerneldocs

Noralf Trønnes noralf at tronnes.org
Tue Nov 14 20:19:45 UTC 2017


Den 14.11.2017 20.10, skrev Ville Syrjala:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Use the correct name for the function argument in the docs.
>
> Cc: Noralf Trønnes <noralf at tronnes.org>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
>   drivers/gpu/drm/drm_gem_cma_helper.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_gem_cma_helper.c b/drivers/gpu/drm/drm_gem_cma_helper.c
> index 88ad88719605..ce67d7d42c66 100644
> --- a/drivers/gpu/drm/drm_gem_cma_helper.c
> +++ b/drivers/gpu/drm/drm_gem_cma_helper.c
> @@ -401,7 +401,7 @@ EXPORT_SYMBOL_GPL(drm_gem_cma_get_unmapped_area);
>    * drm_gem_cma_print_info() - Print &drm_gem_cma_object info for debugfs
>    * @p: DRM printer
>    * @indent: Tab indentation level
> - * @gem: GEM object
> + * @obj: GEM object
>    *
>    * This function can be used as the &drm_driver->gem_print_info callback.
>    * It prints paddr and vaddr for use in e.g. debugfs output.

Thanks,

Acked-by: Noralf Trønnes <noralf at tronnes.org>



More information about the dri-devel mailing list