drivers: visorbus: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Sun, 19 Apr 2020 14:00:21 +0000 (19:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Apr 2020 15:02:04 +0000 (17:02 +0200)
commitaf831145158b9c03d1af0a51856d0f996e8423ab
tree79a5d3b3cc01628eb656ae01ddfceefc3276ab8e
parent44b8fb6eaa7c3fb770bf1e37619cdb3902cca1fc
drivers: visorbus: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header file related to Unisys visorbus configuration.
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>
Link: https://lore.kernel.org/r/20200419140017.GA7875@nishad
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/visorbus/controlvmchannel.h
drivers/visorbus/vbuschannel.h
drivers/visorbus/visorbus_private.h