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

regulator: wm8400: 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
362af736 87dbc5eb

+7 -13
+7 -13
drivers/regulator/wm8400-regulator.c
··· 1 - /* 2 - * Regulator support for WM8400 3 - * 4 - * Copyright 2008 Wolfson Microelectronics PLC. 5 - * 6 - * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation; either version 2 of the 11 - * License, or (at your option) any later version. 12 - * 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // Regulator support for WM8400 4 + // 5 + // Copyright 2008 Wolfson Microelectronics PLC. 6 + // 7 + // Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 14 8 15 9 #include <linux/bug.h> 16 10 #include <linux/err.h>