Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: palmas: Add a missing SPDX license header

Add the missing SPDX license header to drivers/clk/clk-palmas.c.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20210731132226.424853-1-wangborong@cdjrlc.com
[sboyd@kernel.org: Also remove boilerplate from comment]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Jason Wang and committed by
Stephen Boyd
28fc39f7 edfa3784

+1 -9
+1 -9
drivers/clk/clk-palmas.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Clock driver for Palmas device. 3 4 * ··· 7 6 * 8 7 * Author: Laxman Dewangan <ldewangan@nvidia.com> 9 8 * Peter Ujfalusi <peter.ujfalusi@ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation version 2. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 16 - * whether express or implied; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/clk.h>