hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/scsi/aacraid/nark.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Adaptec AAC series RAID controller driver
34 *
....@@ -8,25 +9,10 @@
89 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
910 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
1011 *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License as published by
13
- * the Free Software Foundation; either version 2, or (at your option)
14
- * any later version.
15
- *
16
- * This program is distributed in the hope that it will be useful,
17
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
- * GNU General Public License for more details.
20
- *
21
- * You should have received a copy of the GNU General Public License
22
- * along with this program; see the file COPYING. If not, write to
23
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24
- *
2512 * Module Name:
2613 * nark.c
2714 *
2815 * Abstract: Hardware Device Interface for NEMER/ARK
29
- *
3016 */
3117
3218 #include <linux/pci.h>
....@@ -38,6 +24,7 @@
3824
3925 /**
4026 * aac_nark_ioremap
27
+ * @dev: device to ioremap
4128 * @size: mapping resize request
4229 *
4330 */