diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-10-27 19:13:47 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 20:53:25 +0100 |
commit | d9b01449e75d1351296595e28d2af72993bcc3dc (patch) | |
tree | 92f9a9069b973505f37d10fd2bcece873e0be6a9 /drivers/media/video/v4l2-ioctl.c | |
parent | V4L/DVB (9490): linux-next: v4l-dvb tree build failure (diff) | |
download | linux-d9b01449e75d1351296595e28d2af72993bcc3dc.tar.xz linux-d9b01449e75d1351296595e28d2af72993bcc3dc.zip |
V4L/DVB (9491): rationalise addresses to one common one
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/media/video/v4l2-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/v4l2-ioctl.c b/drivers/media/video/v4l2-ioctl.c index 710e1a40c422..eef5814aebe5 100644 --- a/drivers/media/video/v4l2-ioctl.c +++ b/drivers/media/video/v4l2-ioctl.c @@ -8,7 +8,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Authors: Alan Cox, <alan@redhat.com> (version 1) + * Authors: Alan Cox, <alan@lxorguk.ukuu.org.uk> (version 1) * Mauro Carvalho Chehab <mchehab@infradead.org> (version 2) */ |