diff options
| author | Tom Rini <[email protected]> | 2018-06-03 16:10:22 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-06-03 16:10:22 -0400 |
| commit | b5351a439088dfffd83bfaac81f604344ee2e3bd (patch) | |
| tree | 62ab0a50d4f208d98733d782c4a878e85ce62f86 | |
| parent | a0115ceb56ad71c3c34091d9d8ba5938708c900d (diff) | |
SPDX: Fixup tags from latest EFI PR
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/sandbox/include/asm/setjmp.h | 2 | ||||
| -rw-r--r-- | lib/efi_selftest/efi_selftest_unaligned.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/arch/sandbox/include/asm/setjmp.h b/arch/sandbox/include/asm/setjmp.h index 0fb1a11f234..1fe37c91cc3 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 <[email protected]> diff --git a/lib/efi_selftest/efi_selftest_unaligned.c b/lib/efi_selftest/efi_selftest_unaligned.c index f799c6dd0f0..1802948e675 100644 --- a/lib/efi_selftest/efi_selftest_unaligned.c +++ b/lib/efi_selftest/efi_selftest_unaligned.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * efi_selftest_unaligned * * Copyright (c) 2018 Heinrich Schuchardt <[email protected]> * - * SPDX-License-Identifier: GPL-2.0+ - * * Test unaligned memory access on ARMv7. */ |
