All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: vc04_services: Remove duplicate extern variable
@ 2017-09-28 11:35 Mihaela Muraru
  2017-09-28 12:16 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Mihaela Muraru @ 2017-09-28 11:35 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Stefan Wahren, Greg Kroah-Hartman

This patch removes the extern vchiq_arm_log_level variable from
vchiq_2835_arm.c.The variable is also declared in vchiq_arm.h header.

Issue found by checkpatch.pl

Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>

---
Changes in v2:
	- remove unnecessary blank line
---
 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
index ee00f51..a96bae0 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
@@ -84,7 +84,6 @@ static char *g_free_fragments;
 static struct semaphore g_free_fragments_sema;
 static struct device *g_dev;
 
-
 static DEFINE_SEMAPHORE(g_free_fragments_mutex);
 
 static irqreturn_t
-- 
2.7.4



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

* Re: [Outreachy kernel] [PATCH v2] staging: vc04_services: Remove duplicate extern variable
  2017-09-28 11:35 [PATCH v2] staging: vc04_services: Remove duplicate extern variable Mihaela Muraru
@ 2017-09-28 12:16 ` Julia Lawall
  2017-09-28 13:26   ` Mihaela Muraru
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2017-09-28 12:16 UTC (permalink / raw)
  To: Mihaela Muraru; +Cc: outreachy-kernel, Stefan Wahren, Greg Kroah-Hartman



On Thu, 28 Sep 2017, Mihaela Muraru wrote:

> This patch removes the extern vchiq_arm_log_level variable from
> vchiq_2835_arm.c.The variable is also declared in vchiq_arm.h header.

This looks like the same code as the other patch I commented on, but again
the change doesn't match the log message.

julia

>
> Issue found by checkpatch.pl
>
> Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
>
> ---
> Changes in v2:
> 	- remove unnecessary blank line
> ---
>  drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
> index ee00f51..a96bae0 100644
> --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
> +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
> @@ -84,7 +84,6 @@ static char *g_free_fragments;
>  static struct semaphore g_free_fragments_sema;
>  static struct device *g_dev;
>
> -
>  static DEFINE_SEMAPHORE(g_free_fragments_mutex);
>
>  static irqreturn_t
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170928113505.GA12271%40ubuntu.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [Outreachy kernel] [PATCH v2] staging: vc04_services: Remove duplicate extern variable
  2017-09-28 12:16 ` [Outreachy kernel] " Julia Lawall
@ 2017-09-28 13:26   ` Mihaela Muraru
  0 siblings, 0 replies; 3+ messages in thread
From: Mihaela Muraru @ 2017-09-28 13:26 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Eric Anholt, Stefan Wahren, Greg Kroah-Hartman

On Thu, Sep 28, 2017 at 02:16:00PM +0200, Julia Lawall wrote:
> 
> 
> On Thu, 28 Sep 2017, Mihaela Muraru wrote:
> 
> > This patch removes the extern vchiq_arm_log_level variable from
> > vchiq_2835_arm.c.The variable is also declared in vchiq_arm.h header.
> 
> This looks like the same code as the other patch I commented on, but again
> the change doesn't match the log message.
> 
> julia

I think I sent the wrong patch, sorry

Mihaela

> >
> > Issue found by checkpatch.pl
> >
> > Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
> >
> > ---
> > Changes in v2:
> > 	- remove unnecessary blank line
> > ---
> >  drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
> > index ee00f51..a96bae0 100644
> > --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
> > +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
> > @@ -84,7 +84,6 @@ static char *g_free_fragments;
> >  static struct semaphore g_free_fragments_sema;
> >  static struct device *g_dev;
> >
> > -
> >  static DEFINE_SEMAPHORE(g_free_fragments_mutex);
> >
> >  static irqreturn_t
> > --
> > 2.7.4
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170928113505.GA12271%40ubuntu.
> > For more options, visit https://groups.google.com/d/optout.
> >


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

end of thread, other threads:[~2017-09-28 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-28 11:35 [PATCH v2] staging: vc04_services: Remove duplicate extern variable Mihaela Muraru
2017-09-28 12:16 ` [Outreachy kernel] " Julia Lawall
2017-09-28 13:26   ` Mihaela Muraru

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.