.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * X.25 Packet Layer release 002 |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * screw up. It might even work. |
---|
7 | 8 | * |
---|
8 | 9 | * This code REQUIRES 2.1.15 or higher |
---|
9 | | - * |
---|
10 | | - * This module: |
---|
11 | | - * This module is free software; you can redistribute it and/or |
---|
12 | | - * modify it under the terms of the GNU General Public License |
---|
13 | | - * as published by the Free Software Foundation; either version |
---|
14 | | - * 2 of the License, or (at your option) any later version. |
---|
15 | 10 | * |
---|
16 | 11 | * History |
---|
17 | 12 | * X.25 001 Split from x25_subr.c |
---|
.. | .. |
---|
103 | 98 | *vc_fac_mask |= X25_MASK_REVERSE; |
---|
104 | 99 | break; |
---|
105 | 100 | } |
---|
106 | | - /*fall through */ |
---|
| 101 | + fallthrough; |
---|
107 | 102 | case X25_FAC_THROUGHPUT: |
---|
108 | 103 | facilities->throughput = p[1]; |
---|
109 | 104 | *vc_fac_mask |= X25_MASK_THROUGHPUT; |
---|