lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20190419005824.21533-2-axel.lin@ingics.com> Date: Fri, 19 Apr 2019 08:58:24 +0800 From: Axel Lin <axel.lin@...ics.com> To: Mark Brown <broonie@...nel.org> Cc: Bjorn Andersson <bjorn.andersson@...aro.org>, Wadim Egorov <w.egorov@...tec.de>, Heiko Stuebner <heiko@...ech.de>, Yunfan Zhang <yfzhang@...vell.com>, Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org, Axel Lin <axel.lin@...ics.com> Subject: [PATCH 2/2] regulator: fan53555: Switch to SPDX identifier Signed-off-by: Axel Lin <axel.lin@...ics.com> --- drivers/regulator/fan53555.c | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c index e2caf4173ab5..dbe477da4e55 100644 --- a/drivers/regulator/fan53555.c +++ b/drivers/regulator/fan53555.c @@ -1,17 +1,13 @@ -/* - * FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver. - * - * Supported Part Numbers: - * FAN53555UC00X/01X/03X/04X/05X - * - * Copyright (c) 2012 Marvell Technology Ltd. - * Yunfan Zhang <yfzhang@...vell.com> - * - * This package is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - */ +// SPDX-License-Identifier: GPL-2.0 +// +// FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver. +// +// Supported Part Numbers: +// FAN53555UC00X/01X/03X/04X/05X +// +// Copyright (c) 2012 Marvell Technology Ltd. +// Yunfan Zhang <yfzhang@...vell.com> + #include <linux/module.h> #include <linux/param.h> #include <linux/err.h> -- 2.17.1
Powered by blists - more mailing lists