linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: stm32: Use the correct style for SPDX License Identifier
@ 2019-08-03 14:13 Nishad Kamdar
  2019-08-14 12:58 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Nishad Kamdar @ 2019-08-03 14:13 UTC (permalink / raw)
  To: Pierre-Yves MORDRET, Maxime Coquelin, Alexandre Torgue
  Cc: Greg Kroah-Hartman, linux-kernel, linux-i2c,
	Uwe Kleine-König, Joe Perches, linux-stm32,
	linux-arm-kernel

This patch corrects the SPDX License Identifier style
in header file related to STM32 Driver for I2C hardware
bus support.
For C header files Documentation/process/license-rules.rst
mandates C-like comments (opposed to C source files where
C++ style should be used)

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
---
 drivers/i2c/busses/i2c-stm32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-stm32.h b/drivers/i2c/busses/i2c-stm32.h
index 868755f82f88..2c21893905a3 100644
--- a/drivers/i2c/busses/i2c-stm32.h
+++ b/drivers/i2c/busses/i2c-stm32.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * i2c-stm32.h
  *
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] i2c: stm32: Use the correct style for SPDX License Identifier
  2019-08-03 14:13 [PATCH] i2c: stm32: Use the correct style for SPDX License Identifier Nishad Kamdar
@ 2019-08-14 12:58 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2019-08-14 12:58 UTC (permalink / raw)
  To: Nishad Kamdar
  Cc: Alexandre Torgue, Greg Kroah-Hartman, linux-kernel,
	Pierre-Yves MORDRET, linux-i2c, Maxime Coquelin,
	Uwe Kleine-König, Joe Perches, linux-stm32,
	linux-arm-kernel


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

On Sat, Aug 03, 2019 at 07:43:35PM +0530, Nishad Kamdar wrote:
> This patch corrects the SPDX License Identifier style
> in header file related to STM32 Driver for I2C hardware
> bus support.
> For C header files Documentation/process/license-rules.rst
> mandates C-like comments (opposed to C source files where
> C++ style should be used)
> 
> Changes made by using a script provided by Joe Perches here:
> https://lkml.org/lkml/2019/2/7/46
> 
> Suggested-by: Joe Perches <joe@perches.com>
> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>

Pierre-Yves is on holiday and this patch is obviously correct, so
applied to for-current, thanks!


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-08-14 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-03 14:13 [PATCH] i2c: stm32: Use the correct style for SPDX License Identifier Nishad Kamdar
2019-08-14 12:58 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).