hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/scsi/aacraid/rkt.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Adaptec AAC series RAID controller driver
34 * (c) Copyright 2001 Red Hat Inc.
....@@ -9,25 +10,10 @@
910 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
1011 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
1112 *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License as published by
14
- * the Free Software Foundation; either version 2, or (at your option)
15
- * any later version.
16
- *
17
- * This program 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
20
- * GNU General Public License for more details.
21
- *
22
- * You should have received a copy of the GNU General Public License
23
- * along with this program; see the file COPYING. If not, write to
24
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
25
- *
2613 * Module Name:
2714 * rkt.c
2815 *
2916 * Abstract: Hardware miniport for Drawbridge specific hardware functions.
30
- *
3117 */
3218
3319 #include <linux/blkdev.h>
....@@ -71,6 +57,7 @@
7157
7258 /**
7359 * aac_rkt_ioremap
60
+ * @dev: device to ioremap
7461 * @size: mapping resize request
7562 *
7663 */
....@@ -91,8 +78,8 @@
9178 * aac_rkt_init - initialize an i960 based AAC card
9279 * @dev: device to configure
9380 *
94
- * Allocate and set up resources for the i960 based AAC variants. The
95
- * device_interface in the commregion will be allocated and linked
81
+ * Allocate and set up resources for the i960 based AAC variants. The
82
+ * device_interface in the commregion will be allocated and linked
9683 * to the comm region.
9784 */
9885