Re: [PATCH v3 2/2] RISC-V: Don't use a global include guard for uapi/asm/syscalls.h

From: Palmer Dabbelt
Date: Mon Aug 20 2018 - 19:30:46 EST


On Tue, 14 Aug 2018 06:40:27 PDT (-0700), Christoph Hellwig wrote:
index 818655b0d535..690beb002d1d 100644
--- a/arch/riscv/include/uapi/asm/syscalls.h
+++ b/arch/riscv/include/uapi/asm/syscalls.h
@@ -1,10 +1,13 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0

/* ... */ is the right style SPDX tag for headers, so please keep it
as-is.

Thanks, I didn't miss this one so I managed to fix it before the PR!