From: Christian Gromm Date: Mon, 25 Nov 2019 15:51:31 +0000 (+0100) Subject: staging: most: fix improper SPDX-License comment style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0988161a9828a320b8e6a780f3b4af64f7c3e257;p=linux.git staging: most: fix improper SPDX-License comment style This patch uses '/*' in the SPDX comment. Signed-off-by: Christian Gromm Link: https://lore.kernel.org/r/1574697096-2942-2-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h index 49859aef98df0..1380e7586376e 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 *