Message ID | 1511968805-20651-3-git-send-email-will.deacon@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none | expand |
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.
"/**" 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@linux.ie> Cc: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Will Deacon <will.deacon@arm.com> --- drivers/gpu/drm/ttm/ttm_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.1.4