On 07/26/2018 09:58 AM, Mark Brown wrote:
On Wed, Jul 25, 2018 at 09:59:14PM +0530, Vinod wrote:
On 25-07-18, 09:27, Pierre-Louis Bossart wrote:
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright(c) 2015-17 Intel Corporation.
+ */
same patch different style ;/
ok. Checkpatch reports different things for SPDX but I'll align on the C++
version.
Yeah we still have bunch of versions floating out. Only consensus seems
to be for SPDX line in C99 style. So pick one you like and be consistent
with it.
Headers are a C comment as they might be included by non-C stuff.
Ah, makes sense. if that's alright I'll use the following style then.
.h files
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright(c) 2015-17 Intel Corporation.
*/
.c files
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright(c) 2015-17 Intel Corporation.
*/
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel