.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Linux network driver for QLogic BR-series Converged Network Adapter. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify it |
---|
5 | | - * under the terms of the GNU General Public License (GPL) Version 2 as |
---|
6 | | - * published by the Free Software Foundation |
---|
7 | | - * |
---|
8 | | - * This program is distributed in the hope that it will be useful, but |
---|
9 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
10 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
11 | | - * General Public License for more details. |
---|
12 | 4 | */ |
---|
13 | 5 | /* |
---|
14 | 6 | * Copyright (c) 2005-2014 Brocade Communications Systems, Inc. |
---|
.. | .. |
---|
1644 | 1636 | &q1->qpt); |
---|
1645 | 1637 | cfg_req->q_cfg[i].qs.rx_buffer_size = |
---|
1646 | 1638 | htons((u16)q1->buffer_size); |
---|
1647 | | - /* Fall through */ |
---|
| 1639 | + fallthrough; |
---|
1648 | 1640 | |
---|
1649 | 1641 | case BNA_RXP_SINGLE: |
---|
1650 | 1642 | /* Large/Single RxQ */ |
---|