diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-03 16:10:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-03 16:10:22 -0400 |
commit | b5351a439088dfffd83bfaac81f604344ee2e3bd (patch) | |
tree | 62ab0a50d4f208d98733d782c4a878e85ce62f86 /arch/sandbox/include | |
parent | a0115ceb56ad71c3c34091d9d8ba5938708c900d (diff) |
SPDX: Fixup tags from latest EFI PR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sandbox/include')
-rw-r--r-- | arch/sandbox/include/asm/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/setjmp.h b/arch/sandbox/include/asm/setjmp.h index 0fb1a11f23..1fe37c91cc 100644 --- a/arch/sandbox/include/asm/setjmp.h +++ b/arch/sandbox/include/asm/setjmp.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) 2018 Google, Inc * Written by Simon Glass <sjg@chromium.org> |