aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videobuf2-vmalloc.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-vmalloc.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-vmalloc.c')
-rw-r--r--drivers/media/video/videobuf2-vmalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/videobuf2-vmalloc.c b/drivers/media/video/videobuf2-vmalloc.c
index b5e6936fb628..a3a884234059 100644
--- a/drivers/media/video/videobuf2-vmalloc.c
+++ b/drivers/media/video/videobuf2-vmalloc.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
@@ -128,5 +128,5 @@ const struct vb2_mem_ops vb2_vmalloc_memops = {
128EXPORT_SYMBOL_GPL(vb2_vmalloc_memops); 128EXPORT_SYMBOL_GPL(vb2_vmalloc_memops);
129 129
130MODULE_DESCRIPTION("vmalloc memory handling routines for videobuf2"); 130MODULE_DESCRIPTION("vmalloc memory handling routines for videobuf2");
131MODULE_AUTHOR("Pawel Osciak"); 131MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>");
132MODULE_LICENSE("GPL"); 132MODULE_LICENSE("GPL");