diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2018-10-01 12:31:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-02 15:52:08 -0700 |
commit | fd3b339cbb6047dacfa7ccc81c846efcb61032a9 (patch) | |
tree | 3d424ce45f0dc10d71c910324c028d5580e32e9e /drivers/thunderbolt/domain.c | |
parent | a83bc4a5e8e08c15464f0b0b79934b834911cf9c (diff) | |
download | blackbird-obmc-linux-fd3b339cbb6047dacfa7ccc81c846efcb61032a9.tar.gz blackbird-obmc-linux-fd3b339cbb6047dacfa7ccc81c846efcb61032a9.zip |
thunderbolt: Convert rest of the driver files to use SPDX identifier
This gets rid of the licence boilerplate duplicated in each file. While
there fix doubled space in domain.c author line.
No functional changes intended.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Yehezkel Bernat <yehezkelshb@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thunderbolt/domain.c')
-rw-r--r-- | drivers/thunderbolt/domain.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/thunderbolt/domain.c b/drivers/thunderbolt/domain.c index 092381e2accf..93e562f18d40 100644 --- a/drivers/thunderbolt/domain.c +++ b/drivers/thunderbolt/domain.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Thunderbolt bus support * * Copyright (C) 2017, Intel Corporation - * Author: Mika Westerberg <mika.westerberg@linux.intel.com> - * - * This program 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. + * Author: Mika Westerberg <mika.westerberg@linux.intel.com> */ #include <linux/device.h> |