hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/rose/rose_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 (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk)
85 *
....@@ -219,7 +216,7 @@
219216 switch (frametype) {
220217 case ROSE_RESET_REQUEST:
221218 rose_write_internal(sk, ROSE_RESET_CONFIRMATION);
222
- /* fall through */
219
+ fallthrough;
223220 case ROSE_RESET_CONFIRMATION:
224221 rose_stop_timer(sk);
225222 rose_start_idletimer(sk);