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

regulator: fan53555: 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
6a1beee2 a69929c7

+10 -14
+10 -14
drivers/regulator/fan53555.c
··· 1 - /* 2 - * FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver. 3 - * 4 - * Supported Part Numbers: 5 - * FAN53555UC00X/01X/03X/04X/05X 6 - * 7 - * Copyright (c) 2012 Marvell Technology Ltd. 8 - * Yunfan Zhang <yfzhang@marvell.com> 9 - * 10 - * This package is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 - * 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver. 4 + // 5 + // Supported Part Numbers: 6 + // FAN53555UC00X/01X/03X/04X/05X 7 + // 8 + // Copyright (c) 2012 Marvell Technology Ltd. 9 + // Yunfan Zhang <yfzhang@marvell.com> 10 + 15 11 #include <linux/module.h> 16 12 #include <linux/param.h> 17 13 #include <linux/err.h>