
Dear Tom,
I wonder where
commit b5351a439088dfffd83bfaac81f604344ee2e3bd Author: Tom Rini trini@konsulko.com Date: Sun Jun 3 16:10:22 2018 -0400
SPDX: Fixup tags from latest EFI PR Signed-off-by: Tom Rini trini@konsulko.com
(and maybe more) is/are coming from. I cannot see any trace of this on the U-Boot mailing list. Which means, the patch was probably checked in without any review taking place? What is the process here?
What I really wonder about is this part of the commit:
--- 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
i. e. you change the C++ comment style into classic C style - which we discussed at length, and you told me that was deprecated at this place?
I can't understand what is going on here...
Best regards,
Wolfgang Denk