1 May
2018
1 May
'18
10:51 p.m.
On Tue, May 01, 2018 at 09:14:47AM -0300, Fabio Estevam wrote:
On Mon, Apr 30, 2018 at 11:06 PM, Timur Tabi timur@tabi.org wrote:
On 4/30/18 6:55 PM, Fabio Estevam wrote:
+// SPDX-License-Identifier: GPL-2.0 +//
I thought only the SPDX header is supposed to use // and the rest of the comment should still be /* */.
I think Mark's preference is to switch all the initial comments to // style.
Yes. It's more that only the SPDX header has a technical requirement to use C++ style but when you mix and match the two in what's effectively the same comment block it just looks messy.