USB: core: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Sat, 28 Mar 2020 09:18:50 +0000 (14:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 12:32:45 +0000 (14:32 +0200)
commite6075b6689506d3c388bd72888df9f42a51ed6d8
tree7591111a84ca8bad77d49c1e037e47dc195c3822
parentaa5ab36aeda54853944b4c666348cd6592b0024b
USB: core: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header files related to USB Core.
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/20200328091844.GA3648@nishad
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.h
drivers/usb/core/otg_whitelist.h
drivers/usb/core/usb.h