[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/d

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

2019-10-25 Thread Daniel Vetter
On Fri, Oct 25, 2019 at 11:57:13AM +0530, Bhanusree wrote: > -Insert a blank line after the declarations. > -Issue found using checkpatch.pl > > Signed-off-by: Bhanusree Applied, thanks for your patch. -Daniel > --- > drivers/gpu/drm/drm_cache.c | 2 ++ > 1 file changed, 2 insertions(+) > > d