Hi KaiChieh,
On 04/26/2018 04:56 AM, KaiChieh Chuang wrote:
diff --git a/sound/soc/mediatek/mt6797/mt6797-mt6351.c b/sound/soc/mediatek/mt6797/mt6797-mt6351.c index d42a9d9fbf3e..c3f58bac0960 100644 --- a/sound/soc/mediatek/mt6797/mt6797-mt6351.c +++ b/sound/soc/mediatek/mt6797/mt6797-mt6351.c @@ -1,17 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /*
- mt6797-mt6351.c -- MT6797 MT6351 ALSA SoC machine driver
- Copyright (c) 2018 MediaTek Inc.
- Author: Ryder Lee ryder.lee@mediatek.com
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 and
- only version 2 as published by the Free Software Foundation.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- Author: KaiChieh Chuang kaichieh.chuang@mediatek.com
I think you don't want to delete the first author but add you as a second one. I've seen this in other parts of the patch as well. Please check.
Regards, Matthias
*/
#include <linux/module.h> diff --git a/sound/soc/mediatek/mt6797/mt6797-reg.h b/sound/soc/mediatek/mt6797/mt6797-reg.h index 3330f73fc8bb..ffb55367f59f 100644 --- a/sound/soc/mediatek/mt6797/mt6797-reg.h +++ b/sound/soc/mediatek/mt6797/mt6797-reg.h @@ -1,17 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /*
- mt6797-reg.h -- Mediatek 6797 audio driver reg definition
- Copyright (c) 2018 MediaTek Inc.
- Author: Garlic Tseng garlic.tseng@mediatek.com
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 and
- only version 2 as published by the Free Software Foundation.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
*/
- Author: KaiChieh Chuang kaichieh.chuang@mediatek.com
#ifndef _MT6797_REG_H_