Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755541AbcDNOfh (ORCPT ); Thu, 14 Apr 2016 10:35:37 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49629 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754703AbcDNOfJ (ORCPT ); Thu, 14 Apr 2016 10:35:09 -0400 From: robert.foss@collabora.com To: David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Cc: Robert Foss Subject: [PATCH] include/drm: Reword debug categories comment. Date: Thu, 14 Apr 2016 10:34:16 -0400 Message-Id: <1460644456-9752-1-git-send-email-robert.foss@collabora.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 26 From: Robert Foss 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 --- include/drm/drmP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 3c8422c..5de4cff0 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. -- 2.5.0