[PATCH 3/3] drm/ttm: Fix comment syntax

2017-11-29 Thread Will Deacon
"/**" 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 Cc: Thomas Hellstrom Signed-off-by: Will Deacon

[PATCH 3/3] drm/ttm: Fix comment syntax

2017-11-29 Thread Will Deacon
"/**" 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 Cc: Thomas Hellstrom Signed-off-by: Will Deacon --- drivers/gpu/drm/ttm/ttm_object.c | 2