Re: [U-Boot] Lots of SPDX-License Identifer have a trailing space

2013-10-04 Thread Masahiro Yamada
Hello Wolfgang > > Is this space the one intentinally added? > > (If not, I can send a patch to fix it.) > > No, this is definitely not intentional. OK. SPDX might be your turf, so I will hold back sending a patch. Best Regards Masahiro Yamada ___

Re: [U-Boot] Lots of SPDX-License Identifer have a trailing space

2013-10-04 Thread Wolfgang Denk
Dear Masahiro, In message <20131004172305.ee95.aa925...@jp.panasonic.com> you wrote: > > I noticed many of SPDX-License blocks > have a trailing space after "GPL-2.0+". Oops... > Is this space the one intentinally added? > (If not, I can send a patch to fix it.) No, this is definitely not inte

[U-Boot] Lots of SPDX-License Identifer have a trailing space

2013-10-04 Thread Masahiro Yamada
Hello Wolfgang, I noticed many of SPDX-License blocks have a trailing space after "GPL-2.0+". For example, arch/arm/cpu/arm1136/start.S * * SPDX-License-Identifier: GPL-2.0+[A Trailing Space] */ Is this space the one intentinally added? (If not, I can send a patch to fix it.) I am not