aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videobuf2-dma-contig.c
diff options
context:
space:
mode:
authorPawel Osciak <pawel@osciak.com>2011-03-13 14:23:32 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 03:55:05 -0400
commit950720840f392075b19d902e5ca7806a17a562cb (patch)
treef5871fae62d693354b1fa92ef2a35648392772ef /drivers/media/video/videobuf2-dma-contig.c
parentf0e3b646ccce66c9e878966227ce8415d3c11c2a (diff)
[media] Update Pawel Osciak's e-mail address
Signed-off-by: Pawel Osciak <pawel@osciak.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/videobuf2-dma-contig.c')
-rw-r--r--drivers/media/video/videobuf2-dma-contig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/videobuf2-dma-contig.c b/drivers/media/video/videobuf2-dma-contig.c
index bb6a5602cf9..90495b7b4dd 100644
--- a/drivers/media/video/videobuf2-dma-contig.c
+++ b/drivers/media/video/videobuf2-dma-contig.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Copyright (C) 2010 Samsung Electronics 4 * Copyright (C) 2010 Samsung Electronics
5 * 5 *
6 * Author: Pawel Osciak <p.osciak@samsung.com> 6 * Author: Pawel Osciak <pawel@osciak.com>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
@@ -181,5 +181,5 @@ void vb2_dma_contig_cleanup_ctx(void *alloc_ctx)
181EXPORT_SYMBOL_GPL(vb2_dma_contig_cleanup_ctx); 181EXPORT_SYMBOL_GPL(vb2_dma_contig_cleanup_ctx);
182 182
183MODULE_DESCRIPTION("DMA-contig memory handling routines for videobuf2"); 183MODULE_DESCRIPTION("DMA-contig memory handling routines for videobuf2");
184MODULE_AUTHOR("Pawel Osciak"); 184MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>");
185MODULE_LICENSE("GPL"); 185MODULE_LICENSE("GPL");