All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Staging: most: core: Fix SPDX License Identifier style issue
@ 2019-12-27  8:41 ` Matthew Hanzelik
  0 siblings, 0 replies; 4+ messages in thread
From: Matthew Hanzelik @ 2019-12-27  8:41 UTC (permalink / raw)
  To: gregkh, christian.gromm; +Cc: devel, linux-kernel

Fixed a style issue with the SPDX License Identifier style.

Signed-off-by: Matthew Hanzelik <mrhanzelik@gmail.com>
---
Changes in v2:
  - Fix trailing space in patch diff

 drivers/staging/most/core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
index 49859aef98df..1380e7586376 100644
--- a/drivers/staging/most/core.h
+++ b/drivers/staging/most/core.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * most.h - API for component and adapter drivers
  *
--
2.24.1


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

* [PATCH v2] Staging: most: core: Fix SPDX License Identifier style issue
@ 2019-12-27  8:41 ` Matthew Hanzelik
  0 siblings, 0 replies; 4+ messages in thread
From: Matthew Hanzelik @ 2019-12-27  8:41 UTC (permalink / raw)
  To: gregkh, christian.gromm; +Cc: devel, linux-kernel

Fixed a style issue with the SPDX License Identifier style.

Signed-off-by: Matthew Hanzelik <mrhanzelik@gmail.com>
---
Changes in v2:
  - Fix trailing space in patch diff

 drivers/staging/most/core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
index 49859aef98df..1380e7586376 100644
--- a/drivers/staging/most/core.h
+++ b/drivers/staging/most/core.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * most.h - API for component and adapter drivers
  *
--
2.24.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH v2] Staging: most: core: Fix SPDX License Identifier style issue
  2019-12-27  8:41 ` Matthew Hanzelik
@ 2020-01-03  9:59   ` Greg KH
  -1 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-01-03  9:59 UTC (permalink / raw)
  To: Matthew Hanzelik; +Cc: gregkh, christian.gromm, devel, linux-kernel

On Fri, Dec 27, 2019 at 03:41:55AM -0500, Matthew Hanzelik wrote:
> Fixed a style issue with the SPDX License Identifier style.
> 
> Signed-off-by: Matthew Hanzelik <mrhanzelik@gmail.com>
> ---
> Changes in v2:
>   - Fix trailing space in patch diff
> 
>  drivers/staging/most/core.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
> index 49859aef98df..1380e7586376 100644
> --- a/drivers/staging/most/core.h
> +++ b/drivers/staging/most/core.h
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +/* SPDX-License-Identifier: GPL-2.0 */
>  /*
>   * most.h - API for component and adapter drivers
>   *
> --
> 2.24.1
> 

This does not apply to linux-next, please rebase it if it is still
needed and resend.

thanks,

greg k-h

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

* Re: [PATCH v2] Staging: most: core: Fix SPDX License Identifier style issue
@ 2020-01-03  9:59   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-01-03  9:59 UTC (permalink / raw)
  To: Matthew Hanzelik; +Cc: gregkh, christian.gromm, devel, linux-kernel

On Fri, Dec 27, 2019 at 03:41:55AM -0500, Matthew Hanzelik wrote:
> Fixed a style issue with the SPDX License Identifier style.
> 
> Signed-off-by: Matthew Hanzelik <mrhanzelik@gmail.com>
> ---
> Changes in v2:
>   - Fix trailing space in patch diff
> 
>  drivers/staging/most/core.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
> index 49859aef98df..1380e7586376 100644
> --- a/drivers/staging/most/core.h
> +++ b/drivers/staging/most/core.h
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +/* SPDX-License-Identifier: GPL-2.0 */
>  /*
>   * most.h - API for component and adapter drivers
>   *
> --
> 2.24.1
> 

This does not apply to linux-next, please rebase it if it is still
needed and resend.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2020-01-03  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-27  8:41 [PATCH v2] Staging: most: core: Fix SPDX License Identifier style issue Matthew Hanzelik
2019-12-27  8:41 ` Matthew Hanzelik
2020-01-03  9:59 ` Greg KH
2020-01-03  9:59   ` Greg KH

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.