.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * dvb_net.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
13 | 14 | * and Wolfram Stering <wstering@cosy.sbg.ac.at> |
---|
14 | 15 | * |
---|
15 | 16 | * 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 |
---|
28 | 17 | */ |
---|
29 | 18 | |
---|
30 | 19 | /* |
---|
.. | .. |
---|
558 | 547 | h->priv->ule_sndu_type_1 = 1; |
---|
559 | 548 | h->ts_remain -= 1; |
---|
560 | 549 | h->from_where += 1; |
---|
561 | | - /* fallthrough */ |
---|
| 550 | + fallthrough; |
---|
562 | 551 | case 0: |
---|
563 | 552 | h->new_ts = 1; |
---|
564 | 553 | h->ts += TS_SZ; |
---|