Commit 45b2fda3 authored by Qian Cai's avatar Qian Cai Committed by Daniel Vetter

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: default avatarQian Cai <cai@lca.pw>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1563198173-7317-1-git-send-email-cai@lca.pw
parent 66a639cb
/**
/*
* \file drm_agpsupport.c
* DRM support for AGP/GART backend
*
......
/**
/*
* \file drm_dma.c
* DMA IOCTL and function support
*
......
/**
/*
* \file drm_legacy_misc.c
* Misc legacy support functions.
*
......
/**
/*
* \file drm_lock.c
* IOCTLs for locking
*
......
/**
/*
* \file drm_memory.c
* Memory management wrappers for DRM
*
......
/**
/*
* \file drm_scatter.c
* IOCTLs to manage scatter/gather memory
*
......
/**
/*
* \file drm_vm.c
* Memory mapping for DRM
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment