From: Robert Foss Date: Thu, 14 Apr 2016 14:34:16 +0000 (-0400) Subject: include/drm: Reword debug categories comment. X-Git-Tag: v4.7-rc1~77^2~62^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=346fea63a8d25644a5ad06ecd98d6a4747c63885;p=karo-tx-linux.git 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 Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/1460644456-9752-1-git-send-email-robert.foss@collabora.com --- 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.