]> git.ipfire.org Git - thirdparty/linux.git/commit
tools: hv: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Mon, 22 Jul 2019 13:31:17 +0000 (19:01 +0530)
committerSasha Levin <sashal@kernel.org>
Sat, 17 Aug 2019 19:29:34 +0000 (15:29 -0400)
commit61e0f39105b7926a41bc03158eccf5ed13207ebd
tree208b04a446d3912fb2bb24cd4444bdef86e07710
parent2d35c66036b2494c329a32468c85405493370e75
tools: hv: Use the correct style for SPDX License Identifier

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 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>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hv/hv_trace.h