staging: most: fix improper SPDX-License comment style
authorChristian Gromm <christian.gromm@microchip.com>
Mon, 25 Nov 2019 15:51:31 +0000 (16:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Dec 2019 09:41:37 +0000 (10:41 +0100)
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>
drivers/staging/most/core.h

index 49859aef98df0508cdde5b6bfd6f51a73a568902..1380e7586376e5032d1c9eb8a184e1fa9efd8cc6 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * most.h - API for component and adapter drivers
  *