All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings
@ 2019-10-25  6:26 Bhanusree
  2019-10-25  7:34 ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: Bhanusree @ 2019-10-25  6:26 UTC (permalink / raw)
  To: dri-devel; +Cc: airlied, Bhanusree, sean

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_cache.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings
  2019-10-25  6:26 [PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings Bhanusree
@ 2019-10-25  7:34 ` Daniel Vetter
  2019-10-25  8:20   ` Bhanusree Mahesh
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2019-10-25  7:34 UTC (permalink / raw)
  To: Bhanusree; +Cc: airlied, dri-devel, sean

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
>   drm/gpu: Fix Memory barrier without comment Issue

The threading in this submission is broken somehow ... Did you send these
patches out individually? Either do them all together, or do invididual
stand-alone patches. Also for anything outreachy pls always cc the
outreachy list too.

Thanks, Daniel

> 
>  drivers/gpu/drm/drm_cache.c | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> -- 
> 2.7.4
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings
  2019-10-25  7:34 ` Daniel Vetter
@ 2019-10-25  8:20   ` Bhanusree Mahesh
  2019-10-25  8:38     ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: Bhanusree Mahesh @ 2019-10-25  8:20 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: David Airlie, Sean Paul, dri-devel

Sure. I shall take care of it from next patches. Shall I resend them
with outreachy group in cc?

Thanks&regards,
Bhanusree Pola.

On Fri, 25 Oct 2019 at 13:04, Daniel Vetter <daniel@ffwll.ch> wrote:
>
> 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
> >   drm/gpu: Fix Memory barrier without comment Issue
>
> The threading in this submission is broken somehow ... Did you send these
> patches out individually? Either do them all together, or do invididual
> stand-alone patches. Also for anything outreachy pls always cc the
> outreachy list too.
>
> Thanks, Daniel
>
> >
> >  drivers/gpu/drm/drm_cache.c | 10 ++++++----
> >  1 file changed, 6 insertions(+), 4 deletions(-)
> >
> > --
> > 2.7.4
> >
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings
  2019-10-25  8:20   ` Bhanusree Mahesh
@ 2019-10-25  8:38     ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2019-10-25  8:38 UTC (permalink / raw)
  To: Bhanusree Mahesh; +Cc: David Airlie, Sean Paul, dri-devel

On Fri, Oct 25, 2019 at 10:20 AM Bhanusree Mahesh
<bhanusreemahesh@gmail.com> 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&regards,
> Bhanusree Pola.
>
> On Fri, 25 Oct 2019 at 13:04, Daniel Vetter <daniel@ffwll.ch> wrote:
> >
> > 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
> > >   drm/gpu: Fix Memory barrier without comment Issue
> >
> > The threading in this submission is broken somehow ... Did you send these
> > patches out individually? Either do them all together, or do invididual
> > stand-alone patches. Also for anything outreachy pls always cc the
> > outreachy list too.
> >
> > Thanks, Daniel
> >
> > >
> > >  drivers/gpu/drm/drm_cache.c | 10 ++++++----
> > >  1 file changed, 6 insertions(+), 4 deletions(-)
> > >
> > > --
> > > 2.7.4
> > >
> >
> > --
> > Daniel Vetter
> > Software Engineer, Intel Corporation
> > http://blog.ffwll.ch



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-25  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25  6:26 [PATCH 0/2] drm/gpu: Fix checkpatch.pl warnings Bhanusree
2019-10-25  7:34 ` Daniel Vetter
2019-10-25  8:20   ` Bhanusree Mahesh
2019-10-25  8:38     ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.