All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kerne][PATCH dri-devel]drm/ati_pcigart.c SPDX License Identifier is added in form of a comment.
@ 2018-10-04 15:06 Bhanusree
  2018-10-04 15:42 ` [Outreachy kernel] " Greg KH
  2018-10-04 18:58 ` Julia Lawall
  0 siblings, 2 replies; 4+ messages in thread
From: Bhanusree @ 2018-10-04 15:06 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

SPDX License added Identifier in the first line

Signed-off-by: Bhanusree<bhanusreemahesh@gmail.com>
---
 drivers/gpu/drm/ati_pcigart.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/ati_pcigart.c b/drivers/gpu/drm/ati_pcigart.c
index 6c4d4b6..4825211 100644
--- a/drivers/gpu/drm/ati_pcigart.c
+++ b/drivers/gpu/drm/ati_pcigart.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /**
  * \file ati_pcigart.c
  * ATI PCI GART support
-- 
2.7.4



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

* Re: [Outreachy kernel] [Outreachy kerne][PATCH dri-devel]drm/ati_pcigart.c SPDX License Identifier is added in form of a comment.
  2018-10-04 15:06 [Outreachy kerne][PATCH dri-devel]drm/ati_pcigart.c SPDX License Identifier is added in form of a comment Bhanusree
@ 2018-10-04 15:42 ` Greg KH
  2018-10-04 18:58 ` Julia Lawall
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2018-10-04 15:42 UTC (permalink / raw)
  To: Bhanusree; +Cc: outreachy-kernel

On Thu, Oct 04, 2018 at 08:36:43PM +0530, Bhanusree wrote:
> SPDX License added Identifier in the first line
> 
> Signed-off-by: Bhanusree<bhanusreemahesh@gmail.com>
> ---
>  drivers/gpu/drm/ati_pcigart.c | 1 +
>  1 file changed, 1 insertion(+)

I can not take any kernel changes outside of drivers/staging/ for
outreachy applications, sorry.

Also, you need to use your "full" name for the author info and
signed-off-by.

thanks,

greg k-h


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

* Re: [Outreachy kernel] [Outreachy kerne][PATCH dri-devel]drm/ati_pcigart.c SPDX License Identifier is added in form of a comment.
  2018-10-04 15:06 [Outreachy kerne][PATCH dri-devel]drm/ati_pcigart.c SPDX License Identifier is added in form of a comment Bhanusree
  2018-10-04 15:42 ` [Outreachy kernel] " Greg KH
@ 2018-10-04 18:58 ` Julia Lawall
  2018-10-05  6:32   ` Bhanusree Mahesh
  1 sibling, 1 reply; 4+ messages in thread
From: Julia Lawall @ 2018-10-04 18:58 UTC (permalink / raw)
  To: Bhanusree; +Cc: outreachy-kernel, gregkh



On Thu, 4 Oct 2018, Bhanusree wrote:

> SPDX License added Identifier in the first line

Try to use the imperative in the subject line and the log message.  Your
subject line is actually confusing, since "is added" means that this is
something that waas done in the past, so it is not clear what you are
planning to do here.  You can use git log to look at subject lines and
commit logs that others have written.

You should also lok at what others have done in the subject line for
indicating the location of the changes.  This is something where every
subsystem has its conventions, so you can't just guess something by
yourself.  Buf if you do git log --oneline and the name of the files, you
will see that none of the existing patches on this file have constructed
the subject line in the way you have done.

julia

>
> Signed-off-by: Bhanusree<bhanusreemahesh@gmail.com>
> ---
>  drivers/gpu/drm/ati_pcigart.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/ati_pcigart.c b/drivers/gpu/drm/ati_pcigart.c
> index 6c4d4b6..4825211 100644
> --- a/drivers/gpu/drm/ati_pcigart.c
> +++ b/drivers/gpu/drm/ati_pcigart.c
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
>  /**
>   * \file ati_pcigart.c
>   * ATI PCI GART support
> --
> 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/5bb62c85.1c69fb81.9de38.b242%40mx.google.com.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [Outreachy kernel] [Outreachy kerne][PATCH dri-devel]drm/ati_pcigart.c SPDX License Identifier is added in form of a comment.
  2018-10-04 18:58 ` Julia Lawall
@ 2018-10-05  6:32   ` Bhanusree Mahesh
  0 siblings, 0 replies; 4+ messages in thread
From: Bhanusree Mahesh @ 2018-10-05  6:32 UTC (permalink / raw)
  To: julia.lawall; +Cc: outreachy-kernel, Greg Kroah-Hartman

On Fri, 5 Oct 2018 at 00:28, Julia Lawall <julia.lawall@lip6.fr> wrote:
>
>
>
> On Thu, 4 Oct 2018, Bhanusree wrote:
>
> > SPDX License added Identifier in the first line
>
> Try to use the imperative in the subject line and the log message.  Your
> subject line is actually confusing, since "is added" means that this is
> something that waas done in the past, so it is not clear what you are
> planning to do here.  You can use git log to look at subject lines and
> commit logs that others have written.
>
> You should also lok at what others have done in the subject line for
> indicating the location of the changes.  This is something where every
> subsystem has its conventions, so you can't just guess something by
> yourself.  Buf if you do git log --oneline and the name of the files, you
> will see that none of the existing patches on this file have constructed
> the subject line in the way you have done.


Thank you. I will follow your suggestions and make sure that I will
not repeat them.


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

end of thread, other threads:[~2018-10-05  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 15:06 [Outreachy kerne][PATCH dri-devel]drm/ati_pcigart.c SPDX License Identifier is added in form of a comment Bhanusree
2018-10-04 15:42 ` [Outreachy kernel] " Greg KH
2018-10-04 18:58 ` Julia Lawall
2018-10-05  6:32   ` Bhanusree Mahesh

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.