aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2018-07-20 15:11:26 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-21 08:44:08 +0200
commitfbb5858c1467ef8feccc910ac9e9f529186a9f9d (patch)
tree05aea8ab359af7c2eae500708b47c888433072c0 /drivers/uio
parentMerge tag 'extcon-next-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next (diff)
downloadlinux-dev-fbb5858c1467ef8feccc910ac9e9f529186a9f9d.tar.xz
linux-dev-fbb5858c1467ef8feccc910ac9e9f529186a9f9d.zip
uio: add SPDX license tag
Replace short statement in comment with proper SPDX license tag. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uio')
-rw-r--r--drivers/uio/uio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/uio/uio.c b/drivers/uio/uio.c
index 5d421d7e8904..f63967c8e95a 100644
--- a/drivers/uio/uio.c
+++ b/drivers/uio/uio.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* drivers/uio/uio.c
*
@@ -9,8 +10,6 @@
* Userspace IO
*
* Base Functions
- *
- * Licensed under the GPLv2 only.
*/
#include <linux/module.h>