diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2019-11-25 16:51:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-10 10:41:37 +0100 |
commit | 0988161a9828a320b8e6a780f3b4af64f7c3e257 (patch) | |
tree | 714147d26c6bace65fe43aabeb93cf905e745048 | |
parent | a426b982be18eac979a26deca9ae8cb7f0082101 (diff) |
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.h | 2 |
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 * |