diff options
Diffstat (limited to 'drivers/scsi/arm/acornscsi.c')
-rw-r--r-- | drivers/scsi/arm/acornscsi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/arm/acornscsi.c b/drivers/scsi/arm/acornscsi.c index d7509859dc00..d12dd89538df 100644 --- a/drivers/scsi/arm/acornscsi.c +++ b/drivers/scsi/arm/acornscsi.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/acornscsi.c | 3 | * linux/drivers/acorn/scsi/acornscsi.c |
3 | * | 4 | * |
4 | * Acorn SCSI 3 driver | 5 | * Acorn SCSI 3 driver |
5 | * By R.M.King. | 6 | * By R.M.King. |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Abandoned using the Select and Transfer command since there were | 8 | * Abandoned using the Select and Transfer command since there were |
12 | * some nasty races between our software and the target devices that | 9 | * some nasty races between our software and the target devices that |
13 | * were not easy to solve, and the device errata had a lot of entries | 10 | * were not easy to solve, and the device errata had a lot of entries |