| .. | .. |
|---|
| 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 (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) |
|---|
| 8 | 5 | * |
|---|
| .. | .. |
|---|
| 219 | 216 | switch (frametype) { |
|---|
| 220 | 217 | case ROSE_RESET_REQUEST: |
|---|
| 221 | 218 | rose_write_internal(sk, ROSE_RESET_CONFIRMATION); |
|---|
| 222 | | - /* fall through */ |
|---|
| 219 | + fallthrough; |
|---|
| 223 | 220 | case ROSE_RESET_CONFIRMATION: |
|---|
| 224 | 221 | rose_stop_timer(sk); |
|---|
| 225 | 222 | rose_start_idletimer(sk); |
|---|