| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Device driver for the SYMBIOS/LSILOGIC 53C8XX and 53C1010 family |
|---|
| 3 | 4 | * of PCI-SCSI IO processors. |
|---|
| .. | .. |
|---|
| 21 | 22 | * Copyright (C) 1997 Richard Waltham <dormouse@farsrobt.demon.co.uk> |
|---|
| 22 | 23 | * |
|---|
| 23 | 24 | *----------------------------------------------------------------------------- |
|---|
| 24 | | - * |
|---|
| 25 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 26 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 27 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 28 | | - * (at your option) any later version. |
|---|
| 29 | | - * |
|---|
| 30 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 31 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 32 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 33 | | - * GNU General Public License for more details. |
|---|
| 34 | | - * |
|---|
| 35 | | - * You should have received a copy of the GNU General Public License |
|---|
| 36 | | - * along with this program; if not, write to the Free Software |
|---|
| 37 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 38 | 25 | */ |
|---|
| 39 | 26 | |
|---|
| 40 | 27 | #include "sym_glue.h" |
|---|
| .. | .. |
|---|
| 382 | 369 | sym_name(np), (int) (cur-start)); |
|---|
| 383 | 370 | ++cur; |
|---|
| 384 | 371 | continue; |
|---|
| 385 | | - }; |
|---|
| 372 | + } |
|---|
| 386 | 373 | |
|---|
| 387 | 374 | /* |
|---|
| 388 | 375 | * We use the bogus value 0xf00ff00f ;-) |
|---|
| .. | .. |
|---|
| 490 | 477 | default: |
|---|
| 491 | 478 | relocs = 0; |
|---|
| 492 | 479 | break; |
|---|
| 493 | | - }; |
|---|
| 480 | + } |
|---|
| 494 | 481 | |
|---|
| 495 | 482 | /* |
|---|
| 496 | 483 | * Scriptify:) the opcode. |
|---|
| .. | .. |
|---|
| 536 | 523 | new = old; |
|---|
| 537 | 524 | break; |
|---|
| 538 | 525 | } |
|---|
| 539 | | - /* fall through */ |
|---|
| 526 | + fallthrough; |
|---|
| 540 | 527 | default: |
|---|
| 541 | 528 | new = 0; |
|---|
| 542 | 529 | panic("sym_fw_bind_script: " |
|---|
| .. | .. |
|---|
| 546 | 533 | |
|---|
| 547 | 534 | *cur++ = cpu_to_scr(new); |
|---|
| 548 | 535 | } |
|---|
| 549 | | - }; |
|---|
| 536 | + } |
|---|
| 550 | 537 | } |
|---|