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.pl warnings

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

2019-10-25 Thread Daniel Vetter
On Fri, Oct 25, 2019 at 10:20 AM Bhanusree Mahesh wrote: > > Sure. I shall take care of it from next patches. Shall I resend them > with outreachy group in cc? Already applied both, let's to that for the next round. -Daniel > > Thanks®ards, > Bhanusree Pola. > > On Fri, 25 Oct 2019 at 13:04, Dan

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

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

2019-10-25 Thread Daniel Vetter
On Fri, Oct 25, 2019 at 11:56:48AM +0530, Bhanusree wrote: > 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 > dr