hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/aic94xx/aic94xx_dump.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Aic94xx SAS/SATA driver dump interface.
34 *
....@@ -5,28 +6,9 @@
56 * Copyright (C) 2004 David Chaw <david_chaw@adaptec.com>
67 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
78 *
8
- * This file is licensed under GPLv2.
9
- *
10
- * This file is part of the aic94xx driver.
11
- *
12
- * The aic94xx driver is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License as
14
- * published by the Free Software Foundation; version 2 of the
15
- * License.
16
- *
17
- * The aic94xx driver is distributed in the hope that it will be useful,
18
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
- * General Public License for more details.
21
- *
22
- * You should have received a copy of the GNU General Public License
23
- * along with the aic94xx driver; if not, write to the Free Software
24
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
- *
269 * 2005/07/14/LT Complete overhaul of this file. Update pages, register
2710 * locations, names, etc. Make use of macros. Print more information.
2811 * Print all cseq and lseq mip and mdp.
29
- *
3012 */
3113
3214 #include <linux/pci.h>