summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/videobuf-dma-contig.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-05 20:24:35 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-12 18:42:27 +0300
commit513dbd35b5d93c45fa7291147f21fc0227a9f999 (patch)
tree8aaec796ef299d5059247516f17ef20b267d8fce /drivers/media/v4l2-core/videobuf-dma-contig.c
parent3dad39e67cca68b321073cecabf2d7d1103d97d5 (diff)
downloadlinux-513dbd35b5d93c45fa7291147f21fc0227a9f999.tar.xz
media: add SPDX headers to some files
Add SPDX headers and fix MODULE_LICENSE() when needed on some files I co-authored. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/v4l2-core/videobuf-dma-contig.c')
-rw-r--r--drivers/media/v4l2-core/videobuf-dma-contig.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/v4l2-core/videobuf-dma-contig.c b/drivers/media/v4l2-core/videobuf-dma-contig.c
index 65e2655d22b7..b0ad5aba9046 100644
--- a/drivers/media/v4l2-core/videobuf-dma-contig.c
+++ b/drivers/media/v4l2-core/videobuf-dma-contig.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* helper functions for physically contiguous capture buffers
*
@@ -8,10 +9,6 @@
*
* Based on videobuf-vmalloc.c,
* (c) 2007 Mauro Carvalho Chehab, <mchehab@kernel.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2
*/
#include <linux/init.h>