All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Correct malformed SPDX-License-Identifier
@ 2019-03-09  7:31 Wentao Cai
  2019-03-09  7:31 ` [PATCH v4 1/4] Staging: most: dim2: errors.h: Correct SPDX-License-Identifier Wentao Cai
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Wentao Cai @ 2019-03-09  7:31 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Wentao Cai

Correct SPDX-License comment characters in drivers/staging/most/dim2/ 

Wentao Cai (4):
  Staging: most: dim2: errors.h: Correct SPDX-License-Identifier
  Staging: most: dim2: hal.h: Correct SPDX-License-Identifier
  Staging: most: dim2: sysfs.h: Correct SPDX-License-Identifier
  Staging: most: dim2: reg.h: Correct SPDX-License-Identifier

 drivers/staging/most/dim2/errors.h | 2 +-
 drivers/staging/most/dim2/hal.h    | 2 +-
 drivers/staging/most/dim2/reg.h    | 2 +-
 drivers/staging/most/dim2/sysfs.h  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.11.0



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

* [PATCH v4 1/4] Staging: most: dim2: errors.h: Correct SPDX-License-Identifier
  2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
@ 2019-03-09  7:31 ` Wentao Cai
  2019-03-09  7:31 ` [PATCH] Staging: most: dim2: Fix SPDX-License-Identifier in reg.h Wentao Cai
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Wentao Cai @ 2019-03-09  7:31 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Wentao Cai

Correct SPDX-License-Identifier comment characters to silence
checkpatch.pl warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/most/dim2/errors.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/dim2/errors.h b/drivers/staging/most/dim2/errors.h
index 3487510fbd2f..268332e5735e 100644
--- a/drivers/staging/most/dim2/errors.h
+++ b/drivers/staging/most/dim2/errors.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * errors.h - Definitions of errors for DIM2 HAL API
  * (MediaLB, Device Interface Macro IP, OS62420)
-- 
2.11.0



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

* [PATCH] Staging: most: dim2: Fix SPDX-License-Identifier in reg.h
  2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
  2019-03-09  7:31 ` [PATCH v4 1/4] Staging: most: dim2: errors.h: Correct SPDX-License-Identifier Wentao Cai
@ 2019-03-09  7:31 ` Wentao Cai
  2019-03-09  7:31 ` [PATCH v4 2/4] Staging: most: dim2: hal.h: Correct SPDX-License-Identifier Wentao Cai
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Wentao Cai @ 2019-03-09  7:31 UTC (permalink / raw)
  To: gregkh, etsai042; +Cc: outreachy-kernel

Fix the checkpatch.pl warning in drivers/staging/most/dim2/reg.h:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/most/dim2/reg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/dim2/reg.h b/drivers/staging/most/dim2/reg.h
index 4343a483017e..b0f36c208a57 100644
--- a/drivers/staging/most/dim2/reg.h
+++ b/drivers/staging/most/dim2/reg.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * reg.h - Definitions for registers of DIM2
  * (MediaLB, Device Interface Macro IP, OS62420)
-- 
2.11.0



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

* [PATCH v4 2/4] Staging: most: dim2: hal.h: Correct SPDX-License-Identifier
  2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
  2019-03-09  7:31 ` [PATCH v4 1/4] Staging: most: dim2: errors.h: Correct SPDX-License-Identifier Wentao Cai
  2019-03-09  7:31 ` [PATCH] Staging: most: dim2: Fix SPDX-License-Identifier in reg.h Wentao Cai
@ 2019-03-09  7:31 ` Wentao Cai
  2019-03-09  7:31 ` [PATCH v4 3/4] Staging: most: dim2: sysfs.h: " Wentao Cai
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Wentao Cai @ 2019-03-09  7:31 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Wentao Cai

Correct SPDX-License-Identifier comment characters to silence
checkpatch.pl warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/most/dim2/hal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/dim2/hal.h b/drivers/staging/most/dim2/hal.h
index e04a5350f134..fca6c22de8a6 100644
--- a/drivers/staging/most/dim2/hal.h
+++ b/drivers/staging/most/dim2/hal.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * hal.h - DIM2 HAL interface
  * (MediaLB, Device Interface Macro IP, OS62420)
-- 
2.11.0



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

* [PATCH v4 3/4] Staging: most: dim2: sysfs.h: Correct SPDX-License-Identifier
  2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
                   ` (2 preceding siblings ...)
  2019-03-09  7:31 ` [PATCH v4 2/4] Staging: most: dim2: hal.h: Correct SPDX-License-Identifier Wentao Cai
@ 2019-03-09  7:31 ` Wentao Cai
  2019-03-09  7:31 ` [PATCH v4 4/4] Staging: most: dim2: reg.h: " Wentao Cai
  2019-03-09 10:12 ` [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Greg KH
  5 siblings, 0 replies; 10+ messages in thread
From: Wentao Cai @ 2019-03-09  7:31 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Wentao Cai

Correct SPDX-License-Identifier comment characters to silence
checkpatch.pl warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/most/dim2/sysfs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/dim2/sysfs.h b/drivers/staging/most/dim2/sysfs.h
index 33756a3bffe2..24277a17cff3 100644
--- a/drivers/staging/most/dim2/sysfs.h
+++ b/drivers/staging/most/dim2/sysfs.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * sysfs.h - MediaLB sysfs information
  *
-- 
2.11.0



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

* [PATCH v4 4/4] Staging: most: dim2: reg.h: Correct SPDX-License-Identifier
  2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
                   ` (3 preceding siblings ...)
  2019-03-09  7:31 ` [PATCH v4 3/4] Staging: most: dim2: sysfs.h: " Wentao Cai
@ 2019-03-09  7:31 ` Wentao Cai
  2019-03-09 10:12 ` [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Greg KH
  5 siblings, 0 replies; 10+ messages in thread
From: Wentao Cai @ 2019-03-09  7:31 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Wentao Cai

Correct SPDX-License-Identifier comment characters to silence
checkpatch.pl warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/most/dim2/reg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/dim2/reg.h b/drivers/staging/most/dim2/reg.h
index 4343a483017e..b0f36c208a57 100644
--- a/drivers/staging/most/dim2/reg.h
+++ b/drivers/staging/most/dim2/reg.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * reg.h - Definitions for registers of DIM2
  * (MediaLB, Device Interface Macro IP, OS62420)
-- 
2.11.0



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

* Re: [PATCH v4 0/4] Correct malformed SPDX-License-Identifier
  2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
                   ` (4 preceding siblings ...)
  2019-03-09  7:31 ` [PATCH v4 4/4] Staging: most: dim2: reg.h: " Wentao Cai
@ 2019-03-09 10:12 ` Greg KH
  2019-03-12  8:42   ` etsai042
  5 siblings, 1 reply; 10+ messages in thread
From: Greg KH @ 2019-03-09 10:12 UTC (permalink / raw)
  To: Wentao Cai; +Cc: outreachy-kernel

On Fri, Mar 08, 2019 at 11:31:20PM -0800, Wentao Cai wrote:
> Correct SPDX-License comment characters in drivers/staging/most/dim2/ 
> 
> Wentao Cai (4):
>   Staging: most: dim2: errors.h: Correct SPDX-License-Identifier
>   Staging: most: dim2: hal.h: Correct SPDX-License-Identifier
>   Staging: most: dim2: sysfs.h: Correct SPDX-License-Identifier
>   Staging: most: dim2: reg.h: Correct SPDX-License-Identifier

That's 4 patches, which is great, but you sent out 5 patches in this
series :(

Odds are you had a file that ended in .patch in the directory when you
sent this out.  It happens to everyone :)

I'll just drop it and focus on the numbered patches.

thanks,

greg k-h


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

* Re: [PATCH v4 0/4] Correct malformed SPDX-License-Identifier
  2019-03-09 10:12 ` [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Greg KH
@ 2019-03-12  8:42   ` etsai042
  2019-03-12  8:47     ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 10+ messages in thread
From: etsai042 @ 2019-03-12  8:42 UTC (permalink / raw)
  To: outreachy-kernel


[-- Attachment #1.1: Type: text/plain, Size: 437 bytes --]

Thanks greg! I'll be more careful with this next time!

Wentao 

On Saturday, March 9, 2019 at 2:12:36 AM UTC-8, gregkh wrote:
>
> >That's 4 patches, which is great, but you sent out 5 patches in this 
> >series :( 
> >
> >Odds are you had a file that ended in .patch in the directory when you 
> >sent this out.  It happens to everyone :) 
> >
> >I'll just drop it and focus on the numbered patches. 
> >
> >thanks, 
> >
> >greg k-h 
>

[-- Attachment #1.2: Type: text/html, Size: 714 bytes --]

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

* Re: [Outreachy kernel] Re: [PATCH v4 0/4] Correct malformed SPDX-License-Identifier
  2019-03-12  8:42   ` etsai042
@ 2019-03-12  8:47     ` Julia Lawall
  2019-03-12  9:17       ` etsai042
  0 siblings, 1 reply; 10+ messages in thread
From: Julia Lawall @ 2019-03-12  8:47 UTC (permalink / raw)
  To: etsai042; +Cc: outreachy-kernel

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



On Tue, 12 Mar 2019, etsai042@gmail.com wrote:

> Thanks greg! I'll be more careful with this next time!

Don't top post.  You should put your reply under the text you are replying
to, as I have done here.

julia

> Wentao 
>
> On Saturday, March 9, 2019 at 2:12:36 AM UTC-8, gregkh wrote:
>       >That's 4 patches, which is great, but you sent out 5 patches in
>       this
>       >series :(
>       >
>       >Odds are you had a file that ended in .patch in the directory
>       when you
>       >sent this out.  It happens to everyone :)
>       >
>       >I'll just drop it and focus on the numbered patches.
>       >
>       >thanks,
>       >
>       >greg k-h
>
> --
> 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 visithttps://groups.google.com/d/msgid/outreachy-kernel/43cdfcbb-f6de-4a92-aa99-
> 14bf6e7b228c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

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

* Re: [Outreachy kernel] Re: [PATCH v4 0/4] Correct malformed SPDX-License-Identifier
  2019-03-12  8:47     ` [Outreachy kernel] " Julia Lawall
@ 2019-03-12  9:17       ` etsai042
  0 siblings, 0 replies; 10+ messages in thread
From: etsai042 @ 2019-03-12  9:17 UTC (permalink / raw)
  To: outreachy-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1498 bytes --]



On Tuesday, March 12, 2019 at 1:47:32 AM UTC-7, Julia Lawall wrote:
>
>
>
> On Tue, 12 Mar 2019, etsa...@gmail.com <javascript:> wrote: 
>
> > Thanks greg! I'll be more careful with this next time! 
>
> Don't top post.  You should put your reply under the text you are replying 
> to, as I have done here. 
>
> julia 
>
>
Sorry to top post again :( I definitely won't do this.

Wentao
 

> > Wentao  
> > 
> > On Saturday, March 9, 2019 at 2:12:36 AM UTC-8, gregkh wrote: 
> >       >That's 4 patches, which is great, but you sent out 5 patches in 
> >       this 
> >       >series :( 
> >       > 
> >       >Odds are you had a file that ended in .patch in the directory 
> >       when you 
> >       >sent this out.  It happens to everyone :) 
> >       > 
> >       >I'll just drop it and focus on the numbered patches. 
> >       > 
> >       >thanks, 
> >       > 
> >       >greg k-h 
> > 
>
 

> > -- 
> > 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-kern...@googlegroups.com <javascript:>. 
> > To post to this group, send email to outreach...@googlegroups.com 
> <javascript:>. 
> > To view this discussion on the web visithttps://
> groups.google.com/d/msgid/outreachy-kernel/43cdfcbb-f6de-4a92-aa99- 
> > 14bf6e7b228c%40googlegroups.com. 
> > For more options, visit https://groups.google.com/d/optout. 
> > 
> >


[-- Attachment #1.2: Type: text/html, Size: 3875 bytes --]

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

end of thread, other threads:[~2019-03-12  9:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
2019-03-09  7:31 ` [PATCH v4 1/4] Staging: most: dim2: errors.h: Correct SPDX-License-Identifier Wentao Cai
2019-03-09  7:31 ` [PATCH] Staging: most: dim2: Fix SPDX-License-Identifier in reg.h Wentao Cai
2019-03-09  7:31 ` [PATCH v4 2/4] Staging: most: dim2: hal.h: Correct SPDX-License-Identifier Wentao Cai
2019-03-09  7:31 ` [PATCH v4 3/4] Staging: most: dim2: sysfs.h: " Wentao Cai
2019-03-09  7:31 ` [PATCH v4 4/4] Staging: most: dim2: reg.h: " Wentao Cai
2019-03-09 10:12 ` [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Greg KH
2019-03-12  8:42   ` etsai042
2019-03-12  8:47     ` [Outreachy kernel] " Julia Lawall
2019-03-12  9:17       ` etsai042

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.