3 Jan
2018
3 Jan
'18
12:42 p.m.
On Tue, Jan 02, 2018 at 03:39:29PM -0800, Stephen Boyd wrote:
On 12/26, Sriram Periyasamy wrote:
+// SPDX-License-Identifier: GPL-2.0 +// Copyright(c) 2015-17 Intel Corporation
Does this also go into the // part? I thought just the tag was with // comment style.
Only the tag *needs* to be in the C++ style but Linus indicated a desire for wider use of C++ comments and it looks ugly to have one line of C++ comment right next to a big block of C comment so other maintainers have been asking for consistency.