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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/**
/*
 * \file drm_agpsupport.c
 * DRM support for AGP/GART backend
 *
+1 −1
Original line number Diff line number Diff line
/**
/*
 * \file drm_dma.c
 * DMA IOCTL and function support
 *
+1 −1
Original line number Diff line number Diff line
/**
/*
 * \file drm_legacy_misc.c
 * Misc legacy support functions.
 *
+1 −1
Original line number Diff line number Diff line
/**
/*
 * \file drm_lock.c
 * IOCTLs for locking
 *
+1 −1
Original line number Diff line number Diff line
/**
/*
 * \file drm_memory.c
 * Memory management wrappers for DRM
 *
Loading