1
0
Fork 0

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
alistair/sunxi64-5.4-dsi
Qian Cai 2019-07-15 09:42:53 -04:00 committed by Daniel Vetter
parent 66a639cbe3
commit 45b2fda3d8
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/**
/*
* \file drm_agpsupport.c
* DRM support for AGP/GART backend
*

View File

@ -1,4 +1,4 @@
/**
/*
* \file drm_dma.c
* DMA IOCTL and function support
*

View File

@ -1,4 +1,4 @@
/**
/*
* \file drm_legacy_misc.c
* Misc legacy support functions.
*

View File

@ -1,4 +1,4 @@
/**
/*
* \file drm_lock.c
* IOCTLs for locking
*

View File

@ -1,4 +1,4 @@
/**
/*
* \file drm_memory.c
* Memory management wrappers for DRM
*

View File

@ -1,4 +1,4 @@
/**
/*
* \file drm_scatter.c
* IOCTLs to manage scatter/gather memory
*

View File

@ -1,4 +1,4 @@
/**
/*
* \file drm_vm.c
* Memory mapping for DRM
*