diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2018-10-01 11:31:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-03 00:52:08 +0200 |
commit | fd3b339cbb6047dacfa7ccc81c846efcb61032a9 (patch) | |
tree | 3d424ce45f0dc10d71c910324c028d5580e32e9e /drivers/thunderbolt/dma_port.h | |
parent | thunderbolt: Print connected devices (diff) | |
download | linux-fd3b339cbb6047dacfa7ccc81c846efcb61032a9.tar.xz 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/dma_port.h')
-rw-r--r-- | drivers/thunderbolt/dma_port.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/thunderbolt/dma_port.h b/drivers/thunderbolt/dma_port.h index c4a69e0fbff7..7deadd97ce31 100644 --- a/drivers/thunderbolt/dma_port.h +++ b/drivers/thunderbolt/dma_port.h @@ -1,13 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Thunderbolt DMA configuration based mailbox support * * Copyright (C) 2017, Intel Corporation * Authors: Michael Jamet <michael.jamet@intel.com> * 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. */ #ifndef DMA_PORT_H_ |