-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
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