aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/musb/musb_dma.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2020-04-04 16:19:55 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-16 14:32:47 +0200
commit6814c73fdc46cc5d0ece070af507cb95666b3f6a (patch)
treea2cb37e72facf1a9e6e11500e1f85614a873af33 /drivers/usb/musb/musb_dma.h
parentUSB: misc: Use the correct style for SPDX License Identifier (diff)
downloadwireguard-linux-6814c73fdc46cc5d0ece070af507cb95666b3f6a.tar.xz
wireguard-linux-6814c73fdc46cc5d0ece070af507cb95666b3f6a.zip
USB: musb: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in header files related to USB Dual Role (OTG-ready) Controller 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> Link: https://lore.kernel.org/r/20200404104952.GA6575@nishad Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/musb_dma.h')
-rw-r--r--drivers/usb/musb/musb_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_dma.h b/drivers/usb/musb/musb_dma.h
index 4b4d8dc5d3f2..7d67b69df0a0 100644
--- a/drivers/usb/musb/musb_dma.h
+++ b/drivers/usb/musb/musb_dma.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* MUSB OTG driver DMA controller abstraction
*