[U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-04-26 Thread Tom Rini
Hey all, This was already brought up by Heinrich Schuchardt, but didn't get much traction. So, I'm bringing it up again now. The little feedback from that thread was we should move to Linux Kernel style tags. I'm going to propose that we do just that, for v2018.05. I'll play with coccinelle t

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-04-26 Thread Fabio Estevam
Hi Tom, On Thu, Apr 26, 2018 at 8:26 AM, Tom Rini wrote: > Hey all, > > This was already brought up by Heinrich Schuchardt, but didn't get much > traction. So, I'm bringing it up again now. The little feedback from > that thread was we should move to Linux Kernel style tags. I'm going to > pr

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Marek Vasut
On 04/26/2018 01:26 PM, Tom Rini wrote: > Hey all, > > This was already brought up by Heinrich Schuchardt, but didn't get much > traction. So, I'm bringing it up again now. The little feedback from > that thread was we should move to Linux Kernel style tags. I'm going to > propose that we do j

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Tom Rini
On Mon, May 07, 2018 at 02:35:16AM +0200, Marek Vasut wrote: > On 04/26/2018 01:26 PM, Tom Rini wrote: > > Hey all, > > > > This was already brought up by Heinrich Schuchardt, but didn't get much > > traction. So, I'm bringing it up again now. The little feedback from > > that thread was we sho

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Fabio Estevam
On Sun, May 6, 2018 at 10:45 PM, Tom Rini wrote: > The only place they'll now be allowed, just like with the Linux Kernel, > is for the first line SDPX tag in some file formats. Bringing us in > line with how the kernel goes is overall a good thing I believe. Correct: it is less confusing to ha

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Masahiro Yamada
2018-05-07 9:35 GMT+09:00 Marek Vasut : > On 04/26/2018 01:26 PM, Tom Rini wrote: >> Hey all, >> >> This was already brought up by Heinrich Schuchardt, but didn't get much >> traction. So, I'm bringing it up again now. The little feedback from >> that thread was we should move to Linux Kernel st

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-07 Thread Tom Rini
On Mon, May 07, 2018 at 01:56:54PM +0900, Masahiro Yamada wrote: > 2018-05-07 9:35 GMT+09:00 Marek Vasut : > > On 04/26/2018 01:26 PM, Tom Rini wrote: > >> Hey all, > >> > >> This was already brought up by Heinrich Schuchardt, but didn't get much > >> traction. So, I'm bringing it up again now.

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-07 Thread Marek Vasut
On 05/07/2018 03:57 AM, Fabio Estevam wrote: > On Sun, May 6, 2018 at 10:45 PM, Tom Rini wrote: > >> The only place they'll now be allowed, just like with the Linux Kernel, >> is for the first line SDPX tag in some file formats. Bringing us in >> line with how the kernel goes is overall a good t

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-07 Thread Tom Rini
On Mon, May 07, 2018 at 01:53:56PM +0200, Marek Vasut wrote: > On 05/07/2018 03:57 AM, Fabio Estevam wrote: > > On Sun, May 6, 2018 at 10:45 PM, Tom Rini wrote: > > > >> The only place they'll now be allowed, just like with the Linux Kernel, > >> is for the first line SDPX tag in some file format

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-07 Thread Fabio Estevam
On Mon, May 7, 2018 at 8:53 AM, Marek Vasut wrote: > And also the same inconsistent coding style then ? Not sure what inconsistent coding style you are talking about. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-07 Thread Marek Vasut
On 05/07/2018 06:47 PM, Fabio Estevam wrote: > On Mon, May 7, 2018 at 8:53 AM, Marek Vasut wrote: > >> And also the same inconsistent coding style then ? > > Not sure what inconsistent coding style you are talking about. // SPDX foo /* * bar */ Sort of stuff in the files. -- Best regards,

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-07 Thread Fabio Estevam
On Mon, May 7, 2018 at 3:19 PM, Marek Vasut wrote: > // SPDX foo > /* > * bar > */ > > Sort of stuff in the files. Yes, it seems that the preferred style is to move everything to // style in the initial comments: // SPDX foo // // bar ___ U-Boot mai