aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_vm.c
diff options
context:
space:
mode:
authorQian Cai <cai@lca.pw>2019-07-15 09:42:53 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-07-16 11:25:02 +0200
commit45b2fda3d82d686cc014e4c485332f85e4bd64de (patch)
treea170dd4a11e637d2d83b1992a3b6fddd2058bbb2 /drivers/gpu/drm/drm_vm.c
parentdrm/bridge: ti-sn65dsi86: use dev name for debugfs (diff)
downloadlinux-dev-45b2fda3d82d686cc014e4c485332f85e4bd64de.tar.xz
linux-dev-45b2fda3d82d686cc014e4c485332f85e4bd64de.zip
gpu/drm: fix a few kernel-doc "/**" mark warnings
The opening comment mark "/**" is reserved for kernel-doc comments, so it will generate warnings for comments that are not kernel-doc with "make W=1". For example, drivers/gpu/drm/drm_memory.c:2: warning: Cannot understand * \file drm_memory.c Signed-off-by: Qian Cai <cai@lca.pw> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/1563198173-7317-1-git-send-email-cai@lca.pw
Diffstat (limited to 'drivers/gpu/drm/drm_vm.c')
-rw-r--r--drivers/gpu/drm/drm_vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_vm.c b/drivers/gpu/drm/drm_vm.c
index 05f7c5833946..52e87e4869a5 100644
--- a/drivers/gpu/drm/drm_vm.c
+++ b/drivers/gpu/drm/drm_vm.c
@@ -1,4 +1,4 @@
-/**
+/*
* \file drm_vm.c
* Memory mapping for DRM
*