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

regulator: ltc3589: Switch to SPDX identifier

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
b2745697 63c7c296

+6 -18
+6 -18
drivers/regulator/ltc3589.c
··· 1 - /* 2 - * Linear Technology LTC3589,LTC3589-1 regulator support 3 - * 4 - * Copyright (c) 2014 Philipp Zabel <p.zabel@pengutronix.de>, Pengutronix 5 - * 6 - * See file CREDITS for list of people who contributed to this 7 - * project. 8 - * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License version 2 11 - * as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Linear Technology LTC3589,LTC3589-1 regulator support 4 + // 5 + // Copyright (c) 2014 Philipp Zabel <p.zabel@pengutronix.de>, Pengutronix 6 + 19 7 #include <linux/i2c.h> 20 8 #include <linux/init.h> 21 9 #include <linux/interrupt.h>