hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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);