aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2019-11-25 16:51:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-10 10:41:37 +0100
commit0988161a9828a320b8e6a780f3b4af64f7c3e257 (patch)
tree714147d26c6bace65fe43aabeb93cf905e745048
parentstaging: rtl8188eu: remove return variable from rtw_pwr_unassociated_idle (diff)
downloadlinux-dev-0988161a9828a320b8e6a780f3b4af64f7c3e257.tar.xz
linux-dev-0988161a9828a320b8e6a780f3b4af64f7c3e257.zip
staging: most: fix improper SPDX-License comment style
This patch uses '/*' in the SPDX comment. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1574697096-2942-2-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/most/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
index 49859aef98df..1380e7586376 100644
--- a/drivers/staging/most/core.h
+++ b/drivers/staging/most/core.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* most.h - API for component and adapter drivers
*