[PATCH 2/2] drm/gpu: Fix Memory barrier without comment Issue

2019-10-25 Thread Bhanusree
-Issue found using checkpatch.pl -Insert comments for memory barrier usage Signed-off-by: Bhanusree --- drivers/gpu/drm/drm_cache.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_cache.c b/drivers/gpu/drm/drm_cache.c index 12f8d1b..03e01b0 100644

Re: [PATCH 2/2] drm/gpu: Fix Memory barrier without comment Issue

2019-10-25 Thread Daniel Vetter
On Fri, Oct 25, 2019 at 11:57:38AM +0530, Bhanusree wrote: > -Issue found using checkpatch.pl > -Insert comments for memory barrier usage > > Signed-off-by: Bhanusree Thanks for your patch, applied. -Daniel > --- > drivers/gpu/drm/drm_cache.c | 8 > 1 file changed, 4 insertions(+), 4