Re: [PATCH] i2c: stm32: Use the correct style for SPDX License Identifier

2019-08-14 Thread Wolfram Sang
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 sourc

[PATCH] i2c: stm32: Use the correct style for SPDX License Identifier

2019-08-03 Thread Nishad Kamdar
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 p