On Tue, Dec 26, 2017 at 2:23 PM, Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> wrote: > To reduce unnecessary license text. <snip> > diff --git a/arch/mips/loongson64/common/cs5536/cs5536_acc.c b/arch/mips/loongson64/common/cs5536/cs5536_acc.c > index ab4d6cc57384..ba0474bb4a3d 100644 > --- a/arch/mips/loongson64/common/cs5536/cs5536_acc.c > +++ b/arch/mips/loongson64/common/cs5536/cs5536_acc.c > @@ -1,3 +1,5 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ Please use // comment in .c files as requested by Linus and discussed on list. This is also documented in Thomas doc patches. This applies to the whole patch set. <snip> > diff --git a/arch/mips/loongson64/common/cs5536/cs5536_isa.c b/arch/mips/loongson64/common/cs5536/cs5536_isa.c > index 924be39e7733..c358c0755eff 100644 > --- a/arch/mips/loongson64/common/cs5536/cs5536_isa.c > +++ b/arch/mips/loongson64/common/cs5536/cs5536_isa.c > @@ -1,3 +1,5 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ And this is the correct comment style for .h files. Thanks! -- Cordially Philippe Ombredanne