[alsa-devel] [PATCH v4 7/8] ASoC: hdac_hda: add asoc extension for legacy HDA codec drivers
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Thu Jul 26 17:36:08 CEST 2018
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.
*/
More information about the Alsa-devel
mailing list