diff options
author | Jules Irenge <jbi.octave@gmail.com> | 2019-03-02 12:40:49 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-03 09:25:42 +0100 |
commit | 80afa56547e53a95b5709639677fb7831853cdae (patch) | |
tree | 7783310aff04ae30fe6f28c71500cd900d033535 /drivers/staging | |
parent | 08b9bee66e3e5736ff3632e0b000a2098b00d6be (diff) | |
download | linux-80afa56547e53a95b5709639677fb7831853cdae.tar.bz2 |
staging: mt7621-dma: add SPDX GPL-2.0+ license identifier
Add SPDX GPL-2.0+ license to fix missing SPDX warning
reported by checkpatch.pl.
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/mt7621-dma/mtk-hsdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c index 7b2cdd2829a5..e0f2d77cb699 100644 --- a/drivers/staging/mt7621-dma/mtk-hsdma.c +++ b/drivers/staging/mt7621-dma/mtk-hsdma.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015, Michael Lee <igvtee@gmail.com> * MTK HSDMA support |