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

From: Fabio Estevam
Date: Sat Mar 24 2018 - 16:00:13 EST


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 */