projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c14838
)
include/drm: Reword debug categories comment.
author
Robert Foss
<robert.foss@collabora.com>
Thu, 14 Apr 2016 14:34:16 +0000
(10:34 -0400)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 14 Apr 2016 14:52:38 +0000
(16:52 +0200)
The debug category comment mentions 4 categories, but
more than 4 categories are listed. Let's change the
wording to something a bit more generic.
Signed-off-by: Robert Foss <robert.foss@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/1460644456-9752-1-git-send-email-robert.foss@collabora.com
include/drm/drmP.h
patch
|
blob
|
history
diff --git
a/include/drm/drmP.h
b/include/drm/drmP.h
index
3c8422c
..
5de4cff
100644
(file)
--- a/
include/drm/drmP.h
+++ b/
include/drm/drmP.h
@@
-90,7
+90,7
@@
struct reservation_object;
struct dma_buf_attachment;
/*
- *
4 debu
g categories are defined:
+ *
The followin
g categories are defined:
*
* CORE: Used in the generic drm code: drm_ioctl.c, drm_mm.c, drm_memory.c, ...
* This is the category used by the DRM_DEBUG() macro.