aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/mxl5005s.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/common/tuners/mxl5005s.c b/drivers/media/common/tuners/mxl5005s.c
index 786f8daa6de9..a32c35766a4d 100644
--- a/drivers/media/common/tuners/mxl5005s.c
+++ b/drivers/media/common/tuners/mxl5005s.c
@@ -16,8 +16,8 @@
16 mxl5005s_release() 16 mxl5005s_release()
17 mxl5005s_attach() 17 mxl5005s_attach()
18 18
19 Copyright (c) 2008 Realtek 19 Copyright (C) 2008 Realtek
20 Copyright (c) 2008 Jan Hoogenraad, Barnaby Shearer, Andy Hasper 20 Copyright (C) 2008 Jan Hoogenraad
21 Functions: 21 Functions:
22 mxl5005s_SetRfFreqHz() 22 mxl5005s_SetRfFreqHz()
23 23
@@ -325,8 +325,8 @@ static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type,
325 325
326/* ---------------------------------------------------------------- 326/* ----------------------------------------------------------------
327 * Begin: Custom code salvaged from the Realtek driver. 327 * Begin: Custom code salvaged from the Realtek driver.
328 * Copyright (c) 2008 Realtek 328 * Copyright (C) 2008 Realtek
329 * Copyright (c) 2008 Jan Hoogenraad, Barnaby Shearer, Andy Hasper 329 * Copyright (C) 2008 Jan Hoogenraad
330 * This code is placed under the terms of the GNU General Public License 330 * This code is placed under the terms of the GNU General Public License
331 * 331 *
332 * Released by Realtek under GPLv2. 332 * Released by Realtek under GPLv2.
@@ -398,7 +398,7 @@ static int mxl5005s_SetRfFreqHz(struct dvb_frontend *fe, unsigned long RfFreqHz)
398 398
399/* ---------------------------------------------------------------- 399/* ----------------------------------------------------------------
400 * Begin: Reference driver code found in the Realtek driver. 400 * Begin: Reference driver code found in the Realtek driver.
401 * Copyright (c) 2008 MaxLinear 401 * Copyright (C) 2008 MaxLinear
402 */ 402 */
403static u16 MXL5005_RegisterInit(struct dvb_frontend *fe) 403static u16 MXL5005_RegisterInit(struct dvb_frontend *fe)
404{ 404{