forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/cx18/cx18-dvb.c
....@@ -1,19 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * cx18 functions for DVB support
34 *
45 * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org>
56 * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 2 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- *
16
- * GNU General Public License for more details.
177 */
188
199 #include "cx18-version.h"
....@@ -120,8 +110,8 @@
120110 /*
121111 * Due to
122112 *
123
- * 1. an absence of information on how to prgram the MT352
124
- * 2. the Linux mt352 module pushing MT352 initialzation off onto us here
113
+ * 1. an absence of information on how to program the MT352
114
+ * 2. the Linux mt352 module pushing MT352 initialization off onto us here
125115 *
126116 * We have to use an init sequence that *you* must extract from the Windows
127117 * driver (yuanrap.sys) and which we load as a firmware.
....@@ -458,7 +448,7 @@
458448 dvb_unregister_adapter(dvb_adapter);
459449 }
460450
461
-/* All the DVB attach calls go here, this function get's modified
451
+/* All the DVB attach calls go here, this function gets modified
462452 * for each new card. cx18_dvb_start_feed() will also need changes.
463453 */
464454 static int dvb_register(struct cx18_stream *stream)