.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | | - * This program is free software; you can redistribute it and/or modify |
---|
3 | | - * it under the terms of the GNU General Public License as published by |
---|
4 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
5 | | - * (at your option) any later version. |
---|
6 | 3 | * |
---|
7 | 4 | * Copyright Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) |
---|
8 | 5 | * Copyright Darryl Miles G7LED (dlm@g7led.demon.co.uk) |
---|
.. | .. |
---|
125 | 122 | |
---|
126 | 123 | case NR_DISCREQ: |
---|
127 | 124 | nr_write_internal(sk, NR_DISCACK); |
---|
128 | | - /* fall through */ |
---|
| 125 | + fallthrough; |
---|
129 | 126 | case NR_DISCACK: |
---|
130 | 127 | nr_disconnect(sk, 0); |
---|
131 | 128 | break; |
---|