hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/net/netrom/nr_in.c
....@@ -1,8 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
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.
63 *
74 * Copyright Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk)
85 * Copyright Darryl Miles G7LED (dlm@g7led.demon.co.uk)
....@@ -125,7 +122,7 @@
125122
126123 case NR_DISCREQ:
127124 nr_write_internal(sk, NR_DISCACK);
128
- /* fall through */
125
+ fallthrough;
129126 case NR_DISCACK:
130127 nr_disconnect(sk, 0);
131128 break;