Re: [PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings

2019-10-28 Thread Bhanusree Mahesh
Sure. I shall take care of it from next patches. Shall I resend them with outreachy group in cc? Thanks®ards, Bhanusree Pola. On Fri, 25 Oct 2019 at 13:04, Daniel Vetter wrote: > > On Fri, Oct 25, 2019 at 11:56:48AM +0530, Bhanusree wrote: > > This patch series clears the checkpatch

[PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings

2019-10-25 Thread Bhanusree
This patch series clears the checkpatch.pl warnings [PATCH 1/2]:Fix Missing blank line after declarations [PATCH 2/2]:Fix Memory barrier without comment Bhanusree (2): drm/gpu: Fix Missing blank line after declarations drm/gpu: Fix Memory barrier without comment Issue drivers/gpu/drm

[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

[PATCH 1/2] drm/gpu: Fix Missing blank line after declarations

2019-10-25 Thread Bhanusree
-Insert a blank line after the declarations. -Issue found using checkpatch.pl Signed-off-by: Bhanusree --- drivers/gpu/drm/drm_cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/drm_cache.c b/drivers/gpu/drm/drm_cache.c index e574261..12f8d1b 100644 --- a/drivers/gpu

[PATCH v2] drm/gpu: Add comment for memory barrier

2019-10-24 Thread Bhanusree
-Add comment for memory barrier -Issue found using checkpatch.pl Signed-off-by: Bhanusree --- v2:modified memory barrier comments appropriately drivers/gpu/drm/drm_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_cache.c b/drivers/gpu/drm

[PATCH] drm/gpu: Add comment for memory barrier

2019-10-23 Thread Bhanusree
-Add comment for memory barrier -Issue found using checkpatch.pl Signed-off-by: Bhanusree --- drivers/gpu/drm/drm_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_cache.c b/drivers/gpu/drm/drm_cache.c index 3bd76e9..39910f2 100644 --- a/drivers