aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorGravatar Robert Foss <robert.foss@collabora.com> 2016-04-14 10:34:16 -0400
committerGravatar Daniel Vetter <daniel.vetter@ffwll.ch> 2016-04-14 16:52:38 +0200
commit346fea63a8d25644a5ad06ecd98d6a4747c63885 (patch)
tree4ae91f711bc8a9dc9e01590c627509daa5784a96 /include/drm/drmP.h
parentdrm/crtc_helper: Reset empty plane state in drm_helper_crtc_mode_set_base() (diff)
downloadlinux-346fea63a8d25644a5ad06ecd98d6a4747c63885.tar.gz
linux-346fea63a8d25644a5ad06ecd98d6a4747c63885.tar.bz2
linux-346fea63a8d25644a5ad06ecd98d6a4747c63885.zip
include/drm: Reword debug categories comment.
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
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 3c8422c69572..5de4cff05ac9 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -90,7 +90,7 @@ struct reservation_object;
struct dma_buf_attachment;
/*
- * 4 debug categories are defined:
+ * The following 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.