misc/trinity: Fix invalid spdk identifiers
authorDongju Chae <dongju.chae@samsung.com>
Wed, 5 Jan 2022 05:58:28 +0000 (14:58 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:16 +0000 (17:46 +0900)
This patch fixes invalid spdk identifiers.
'//' does not work in non-source files.

Change-Id: I1e1a404eb1769440c2fbfb29a461a27c088b19ef
Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
drivers/misc/trinity/Kconfig
drivers/misc/trinity/Makefile

index f4a724e..e5384f8 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0-only
 
 config TRINITY
        bool "SR Neural Processing Unit Driver"
index a1b5531..cca9c64 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0-only
 
 obj-$(CONFIG_TRINITY_VISION2) += trinity_vision2.o