All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging:dm365_ipipe:Add SPDX License Identifier
@ 2018-11-03 12:01 Irenge Jules Bashizi
  2018-11-03 14:12 ` [Outreachy kernel] " Julia Lawall
  2018-11-03 14:16 ` Julia Lawall
  0 siblings, 2 replies; 5+ messages in thread
From: Irenge Jules Bashizi @ 2018-11-03 12:01 UTC (permalink / raw)
  To: mchehab; +Cc: gregkh, outreachy-kernel, jules.octave

Add SPDX license Identifier to fix checkpatch malformed license warning

Remove old style text describing the License

Signed-off-by: Irenge Jules Bashizi <jbi.octave@gmail.com>
---
 .../staging/media/davinci_vpfe/dm365_ipipe.c  | 31 ++++++-------------
 1 file changed, 9 insertions(+), 22 deletions(-)

diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
index dcfeac818451..20bd6d652931 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
@@ -1,29 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0
+
 /*
- * Copyright (C) 2012 Texas Instruments Inc
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation version 2.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
- *
- * Contributors:
- *      Manjunath Hadli <manjunath.hadli@ti.com>
- *      Prabhakar Lad <prabhakar.lad@ti.com>
  *
  *
- * IPIPE allows fine tuning of the input image using different
- * tuning modules in IPIPE. Some examples :- Noise filter, Defect
- * pixel correction etc. It essentially operate on Bayer Raw data
- * or YUV raw data. To do image tuning, application call,
+ *	IPIPE allows fine tuning of the input image using different
+ *	tuning modules in IPIPE. Some examples :- Noise filter, Defect
+ *	pixel correction etc. It essentially operate on Bayer Raw data
+ *	or YUV raw data. To do image tuning, application call,
  *
+ *	Contributors:
+ *		Manjunath Hadli <manjunath.hadli@ti.com>
+ *		Prabhakar Lad <prabhakar.lad@ti.com>
  */
 
 #include <linux/slab.h>
-- 
2.17.2



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

* Re: [Outreachy kernel] [PATCH] staging:dm365_ipipe:Add SPDX License Identifier
  2018-11-03 12:01 [PATCH] staging:dm365_ipipe:Add SPDX License Identifier Irenge Jules Bashizi
@ 2018-11-03 14:12 ` Julia Lawall
  2018-11-03 14:16 ` Julia Lawall
  1 sibling, 0 replies; 5+ messages in thread
From: Julia Lawall @ 2018-11-03 14:12 UTC (permalink / raw)
  To: Irenge Jules Bashizi; +Cc: mchehab, gregkh, outreachy-kernel, jules.octave

The subject line is still nto good.  If you look at git log --oneline on
this file, you will see eg:

106eb4d5f5be staging: media: davinci_vpfe: Use __func__ instead of function name

Actually, there are a lot of different examples for this file, but they
all have in common that there is a space are the :, which is not found in
your subject line.  As you can see in the example, it is also not necssary
to capitalize everything.

julia

On Sat, 3 Nov 2018, Irenge Jules Bashizi wrote:

> Add SPDX license Identifier to fix checkpatch malformed license warning
>
> Remove old style text describing the License
>
> Signed-off-by: Irenge Jules Bashizi <jbi.octave@gmail.com>
> ---
>  .../staging/media/davinci_vpfe/dm365_ipipe.c  | 31 ++++++-------------
>  1 file changed, 9 insertions(+), 22 deletions(-)
>
> diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> index dcfeac818451..20bd6d652931 100644
> --- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> +++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> @@ -1,29 +1,16 @@
> +// SPDX-License-Identifier: GPL-2.0
> +
>  /*
> - * Copyright (C) 2012 Texas Instruments Inc
> - *
> - * This program is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU General Public License as
> - * published by the Free Software Foundation version 2.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
> - *
> - * Contributors:
> - *      Manjunath Hadli <manjunath.hadli@ti.com>
> - *      Prabhakar Lad <prabhakar.lad@ti.com>
>   *
>   *
> - * IPIPE allows fine tuning of the input image using different
> - * tuning modules in IPIPE. Some examples :- Noise filter, Defect
> - * pixel correction etc. It essentially operate on Bayer Raw data
> - * or YUV raw data. To do image tuning, application call,
> + *	IPIPE allows fine tuning of the input image using different
> + *	tuning modules in IPIPE. Some examples :- Noise filter, Defect
> + *	pixel correction etc. It essentially operate on Bayer Raw data
> + *	or YUV raw data. To do image tuning, application call,
>   *
> + *	Contributors:
> + *		Manjunath Hadli <manjunath.hadli@ti.com>
> + *		Prabhakar Lad <prabhakar.lad@ti.com>
>   */
>
>  #include <linux/slab.h>
> --
> 2.17.2
>
> --
> 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/20181103120109.780-1-jbi.octave%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [Outreachy kernel] [PATCH] staging:dm365_ipipe:Add SPDX License Identifier
  2018-11-03 12:01 [PATCH] staging:dm365_ipipe:Add SPDX License Identifier Irenge Jules Bashizi
  2018-11-03 14:12 ` [Outreachy kernel] " Julia Lawall
@ 2018-11-03 14:16 ` Julia Lawall
  2018-11-03 15:06   ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Julia Lawall @ 2018-11-03 14:16 UTC (permalink / raw)
  To: Irenge Jules Bashizi; +Cc: mchehab, gregkh, outreachy-kernel, jules.octave



On Sat, 3 Nov 2018, Irenge Jules Bashizi wrote:

> Add SPDX license Identifier to fix checkpatch malformed license warning
>
> Remove old style text describing the License
>
> Signed-off-by: Irenge Jules Bashizi <jbi.octave@gmail.com>
> ---
>  .../staging/media/davinci_vpfe/dm365_ipipe.c  | 31 ++++++-------------
>  1 file changed, 9 insertions(+), 22 deletions(-)
>
> diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> index dcfeac818451..20bd6d652931 100644
> --- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> +++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> @@ -1,29 +1,16 @@
> +// SPDX-License-Identifier: GPL-2.0
> +
>  /*
> - * Copyright (C) 2012 Texas Instruments Inc

Is it correct to remove this?

> - *
> - * This program is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU General Public License as
> - * published by the Free Software Foundation version 2.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
> - *
> - * Contributors:
> - *      Manjunath Hadli <manjunath.hadli@ti.com>
> - *      Prabhakar Lad <prabhakar.lad@ti.com>
>   *
>   *
> - * IPIPE allows fine tuning of the input image using different
> - * tuning modules in IPIPE. Some examples :- Noise filter, Defect
> - * pixel correction etc. It essentially operate on Bayer Raw data
> - * or YUV raw data. To do image tuning, application call,
> + *	IPIPE allows fine tuning of the input image using different
> + *	tuning modules in IPIPE. Some examples :- Noise filter, Defect
> + *	pixel correction etc. It essentially operate on Bayer Raw data
> + *	or YUV raw data. To do image tuning, application call,

Is there a reason to indent this text?

julia

>   *
> + *	Contributors:
> + *		Manjunath Hadli <manjunath.hadli@ti.com>
> + *		Prabhakar Lad <prabhakar.lad@ti.com>
>   */
>
>  #include <linux/slab.h>
> --
> 2.17.2
>
> --
> 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/20181103120109.780-1-jbi.octave%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [Outreachy kernel] [PATCH] staging:dm365_ipipe:Add SPDX License Identifier
  2018-11-03 14:16 ` Julia Lawall
@ 2018-11-03 15:06   ` Greg KH
  2018-11-03 22:25     ` Jules Octave
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2018-11-03 15:06 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Irenge Jules Bashizi, mchehab, outreachy-kernel, jules.octave

On Sat, Nov 03, 2018 at 03:16:39PM +0100, Julia Lawall wrote:
> 
> 
> On Sat, 3 Nov 2018, Irenge Jules Bashizi wrote:
> 
> > Add SPDX license Identifier to fix checkpatch malformed license warning
> >
> > Remove old style text describing the License
> >
> > Signed-off-by: Irenge Jules Bashizi <jbi.octave@gmail.com>
> > ---
> >  .../staging/media/davinci_vpfe/dm365_ipipe.c  | 31 ++++++-------------
> >  1 file changed, 9 insertions(+), 22 deletions(-)
> >
> > diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> > index dcfeac818451..20bd6d652931 100644
> > --- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> > +++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> > @@ -1,29 +1,16 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +
> >  /*
> > - * Copyright (C) 2012 Texas Instruments Inc
> 
> Is it correct to remove this?

Not at all, this should never be removed.

thanks,

greg k-h


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

* Re: [Outreachy kernel] [PATCH] staging:dm365_ipipe:Add SPDX License Identifier
  2018-11-03 15:06   ` Greg KH
@ 2018-11-03 22:25     ` Jules Octave
  0 siblings, 0 replies; 5+ messages in thread
From: Jules Octave @ 2018-11-03 22:25 UTC (permalink / raw)
  To: gregkh, outreachy-kernel, mchehab, Julia Lawall

[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]

Thanks all for your kind advise . really appreciate it.

*Jules*
*..*
Positive action combined with positive thinking results in success - Shiv
Khera


On Sat, 3 Nov 2018 at 15:06, Greg KH <gregkh@linuxfoundation.org> wrote:

> On Sat, Nov 03, 2018 at 03:16:39PM +0100, Julia Lawall wrote:
> >
> >
> > On Sat, 3 Nov 2018, Irenge Jules Bashizi wrote:
> >
> > > Add SPDX license Identifier to fix checkpatch malformed license warning
> > >
> > > Remove old style text describing the License
> > >
> > > Signed-off-by: Irenge Jules Bashizi <jbi.octave@gmail.com>
> > > ---
> > >  .../staging/media/davinci_vpfe/dm365_ipipe.c  | 31 ++++++-------------
> > >  1 file changed, 9 insertions(+), 22 deletions(-)
> > >
> > > diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> > > index dcfeac818451..20bd6d652931 100644
> > > --- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> > > +++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> > > @@ -1,29 +1,16 @@
> > > +// SPDX-License-Identifier: GPL-2.0
> > > +
> > >  /*
> > > - * Copyright (C) 2012 Texas Instruments Inc
> >
> > Is it correct to remove this?
>
> Not at all, this should never be removed.
>
> thanks,
>
> greg k-h
>

[-- Attachment #2: Type: text/html, Size: 2543 bytes --]

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

end of thread, other threads:[~2018-11-03 22:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-03 12:01 [PATCH] staging:dm365_ipipe:Add SPDX License Identifier Irenge Jules Bashizi
2018-11-03 14:12 ` [Outreachy kernel] " Julia Lawall
2018-11-03 14:16 ` Julia Lawall
2018-11-03 15:06   ` Greg KH
2018-11-03 22:25     ` Jules Octave

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.