From: Ville Syrjälä Date: Tue, 14 Nov 2017 19:10:19 +0000 (+0200) Subject: drm/gem-cma-helper: Fix kerneldocs X-Git-Tag: v4.16-rc1~96^2~32^2~30 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1fbdb980a9f32441638d7571fa35f36841fe93ee;p=linux.git drm/gem-cma-helper: Fix kerneldocs Use the correct name for the function argument in the docs. Cc: Noralf Trønnes Cc: Daniel Vetter Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20171114191021.15591-1-ville.syrjala@linux.intel.com Acked-by: Noralf Trønnes Reviewed-by: Alex Deucher --- 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.