Re: [PATCH v1 11/16] rtc: mediatek: move the declaration into a globally visible header file

From: Sean Wang
Date: Sat Mar 24 2018 - 23:20:19 EST


On Sat, 2018-03-24 at 17:00 -0300, Fabio Estevam wrote:
> On Fri, Mar 23, 2018 at 6:15 AM, <sean.wang@xxxxxxxxxxxx> wrote:
>
> > --- /dev/null
> > +++ b/include/linux/rtc/mt6397.h
> > @@ -0,0 +1,72 @@
> > +
> > +// SPDX-License-Identifier: GPL-2.0
>
> According to Documentation/process/license-rules.rst the SPDX notation
> for C header file should be:
>
> /* SPDX-License-Identifier: GPL-2.0 */


Thank you, I'll have an improvement according to the license rule.