aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-stm32-lp.c
diff options
context:
space:
mode:
authorBenjamin Gaignard <[email protected]>2017-12-05 14:57:21 +0000
committerThierry Reding <[email protected]>2018-03-27 21:22:31 +0000
commitd7a131d3a4a20e7f03de30e85ae082dd68b4e11c (patch)
tree2fc815315becb440a91e9b4fb5bdc0836a18723c /drivers/pwm/pwm-stm32-lp.c
parentLinux 4.16-rc1 (diff)
downloadkernel-d7a131d3a4a20e7f03de30e85ae082dd68b4e11c.tar.gz
kernel-d7a131d3a4a20e7f03de30e85ae082dd68b4e11c.zip
pwm: stm32: Adopt SPDX identifier
Add SPDX identifier to make it easier to determine the license of the file. Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Philippe Ombredanne <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-stm32-lp.c')
-rw-r--r--drivers/pwm/pwm-stm32-lp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
index 1ac9e4384142..cbd271e80c3c 100644
--- a/drivers/pwm/pwm-stm32-lp.c
+++ b/drivers/pwm/pwm-stm32-lp.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* STM32 Low-Power Timer PWM driver
*
@@ -5,8 +6,6 @@
*
* Author: Gerald Baeza <[email protected]>
*
- * License terms: GNU General Public License (GPL), version 2
- *
* Inspired by Gerald Baeza's pwm-stm32 driver
*/