forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/media/dvb-core/dvb_net.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * dvb_net.c
34 *
....@@ -13,18 +14,6 @@
1314 * and Wolfram Stering <wstering@cosy.sbg.ac.at>
1415 *
1516 * ULE Decaps according to RFC 4326.
16
- *
17
- * This program is free software; you can redistribute it and/or
18
- * modify it under the terms of the GNU General Public License
19
- * as published by the Free Software Foundation; either version 2
20
- * of the License, or (at your option) any later version.
21
- *
22
- * This program is distributed in the hope that it will be useful,
23
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
- * GNU General Public License for more details.
26
- * To obtain the license, point your browser to
27
- * http://www.gnu.org/copyleft/gpl.html
2817 */
2918
3019 /*
....@@ -558,7 +547,7 @@
558547 h->priv->ule_sndu_type_1 = 1;
559548 h->ts_remain -= 1;
560549 h->from_where += 1;
561
- /* fallthrough */
550
+ fallthrough;
562551 case 0:
563552 h->new_ts = 1;
564553 h->ts += TS_SZ;