diff options
author | Mike Isely <isely@pobox.com> | 2008-03-16 00:13:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:46 -0400 |
commit | e7f677f33664200b3d75ffc625d218b84ac43875 (patch) | |
tree | cf729e2c9cdbc40bf7383a2d59cc90880060e341 /drivers | |
parent | b34dddbe4b88bf59e7607d1fc504eee43570c6a4 (diff) |
V4L/DVB (7678): pvrusb2: Fix stupid string typo that has been reproducing wildly
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c index 3434b0e6d675..f489aab112dc 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c | |||
@@ -49,7 +49,7 @@ static const char *pvr2_fw1_names_29xxx[] = { | |||
49 | }; | 49 | }; |
50 | 50 | ||
51 | static const struct pvr2_device_desc pvr2_device_29xxx = { | 51 | static const struct pvr2_device_desc pvr2_device_29xxx = { |
52 | .description = "WinTV PVR USB2 Model Category 29xxxx", | 52 | .description = "WinTV PVR USB2 Model Category 29xxx", |
53 | .shortname = "29xxx", | 53 | .shortname = "29xxx", |
54 | .client_modules.lst = pvr2_client_29xxx, | 54 | .client_modules.lst = pvr2_client_29xxx, |
55 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_29xxx), | 55 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_29xxx), |
@@ -80,7 +80,7 @@ static const char *pvr2_fw1_names_24xxx[] = { | |||
80 | }; | 80 | }; |
81 | 81 | ||
82 | static const struct pvr2_device_desc pvr2_device_24xxx = { | 82 | static const struct pvr2_device_desc pvr2_device_24xxx = { |
83 | .description = "WinTV PVR USB2 Model Category 24xxxx", | 83 | .description = "WinTV PVR USB2 Model Category 24xxx", |
84 | .shortname = "24xxx", | 84 | .shortname = "24xxx", |
85 | .client_modules.lst = pvr2_client_24xxx, | 85 | .client_modules.lst = pvr2_client_24xxx, |
86 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_24xxx), | 86 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_24xxx), |
@@ -210,7 +210,7 @@ static const char *pvr2_fw1_names_73xxx[] = { | |||
210 | }; | 210 | }; |
211 | 211 | ||
212 | static const struct pvr2_device_desc pvr2_device_73xxx = { | 212 | static const struct pvr2_device_desc pvr2_device_73xxx = { |
213 | .description = "WinTV PVR USB2 Model Category 73xxxx", | 213 | .description = "WinTV PVR USB2 Model Category 73xxx", |
214 | .shortname = "73xxx", | 214 | .shortname = "73xxx", |
215 | .client_modules.lst = pvr2_client_73xxx, | 215 | .client_modules.lst = pvr2_client_73xxx, |
216 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_73xxx), | 216 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_73xxx), |
@@ -241,7 +241,7 @@ static const char *pvr2_fw1_names_75xxx[] = { | |||
241 | }; | 241 | }; |
242 | 242 | ||
243 | static const struct pvr2_device_desc pvr2_device_75xxx = { | 243 | static const struct pvr2_device_desc pvr2_device_75xxx = { |
244 | .description = "WinTV PVR USB2 Model Category 75xxxx", | 244 | .description = "WinTV PVR USB2 Model Category 75xxx", |
245 | .shortname = "75xxx", | 245 | .shortname = "75xxx", |
246 | .client_modules.lst = pvr2_client_75xxx, | 246 | .client_modules.lst = pvr2_client_75xxx, |
247 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_75xxx), | 247 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_75xxx), |