[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1511968805-20651-3-git-send-email-will.deacon@arm.com>
Date: Wed, 29 Nov 2017 15:20:05 +0000
From: Will Deacon <will.deacon@....com>
To: linux-kernel@...r.kernel.org
Cc: corbet@....net, mawilcox@...rosoft.com,
Will Deacon <will.deacon@....com>,
David Airlie <airlied@...ux.ie>,
Thomas Hellstrom <thellstrom@...are.com>
Subject: [PATCH 3/3] drm/ttm: Fix comment syntax
"/**" identifies a kerneldoc comment, so avoid using it for comments that
don't conform to kerneldoc syntax. Without this patch, kerneldoc throws
errors when building the kernel with W=1.
Cc: David Airlie <airlied@...ux.ie>
Cc: Thomas Hellstrom <thellstrom@...are.com>
Signed-off-by: Will Deacon <will.deacon@....com>
---
drivers/gpu/drm/ttm/ttm_object.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/ttm/ttm_object.c b/drivers/gpu/drm/ttm/ttm_object.c
index 26a7ad0f4789..0f5800c1a57d 100644
--- a/drivers/gpu/drm/ttm/ttm_object.c
+++ b/drivers/gpu/drm/ttm/ttm_object.c
@@ -41,7 +41,7 @@
*/
-/**
+/*
* struct ttm_object_file
*
* @tdev: Pointer to the ttm_object_device.
--
2.1.4
Powered by blists - more mailing lists