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

2019-07-30 Thread Sasha Levin
On Mon, Jul 22, 2019 at 04:08:09PM +0200, Greg Kroah-Hartman wrote: On Mon, Jul 22, 2019 at 07:01:17PM +0530, Nishad Kamdar wrote: This patch corrects the SPDX License Identifier style in the trace header file related to Microsoft Hyper-V client drivers. For C header files Documentation/process/

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

2019-07-22 Thread Greg Kroah-Hartman
On Mon, Jul 22, 2019 at 07:01:17PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in the trace header file related to Microsoft Hyper-V > client drivers. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C sour

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

2019-07-22 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in the trace header file related to Microsoft Hyper-V client drivers. 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