diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-09 18:32:40 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 18:32:40 +0100 |
commit | 0e7072ef6623c3dc58faf3f7310aba77b0a5845e (patch) | |
tree | ef7b1a5f0e2af6d4b43e5c8f67d8911b462ce4d2 | |
parent | V4L/DVB (3276): Added new diagnositics macros, convert msp3400 to the new mac... (diff) | |
download | linux-0e7072ef6623c3dc58faf3f7310aba77b0a5845e.tar.xz linux-0e7072ef6623c3dc58faf3f7310aba77b0a5845e.zip |
V4L/DVB (3277): Fix incorrect filename reference in top comments
- Fix incorrect filename reference in top comments
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index f99ee8eb5577..33de9d846af5 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -1,5 +1,5 @@ /* - em28xx-cards.c - driver for Empia EM2800/EM2820/2840 USB video capture devices + em28xx.h - driver for Empia EM2800/EM2820/2840 USB video capture devices Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com> Ludovico Cavedon <cavedon@sssup.it> |