.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Adaptec AAC series RAID controller driver |
---|
3 | 4 | * (c) Copyright 2001 Red Hat Inc. |
---|
.. | .. |
---|
9 | 10 | * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) |
---|
10 | 11 | * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) |
---|
11 | 12 | * |
---|
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 | | - * |
---|
26 | 13 | * Module Name: |
---|
27 | 14 | * rkt.c |
---|
28 | 15 | * |
---|
29 | 16 | * Abstract: Hardware miniport for Drawbridge specific hardware functions. |
---|
30 | | - * |
---|
31 | 17 | */ |
---|
32 | 18 | |
---|
33 | 19 | #include <linux/blkdev.h> |
---|
.. | .. |
---|
71 | 57 | |
---|
72 | 58 | /** |
---|
73 | 59 | * aac_rkt_ioremap |
---|
| 60 | + * @dev: device to ioremap |
---|
74 | 61 | * @size: mapping resize request |
---|
75 | 62 | * |
---|
76 | 63 | */ |
---|
.. | .. |
---|
91 | 78 | * aac_rkt_init - initialize an i960 based AAC card |
---|
92 | 79 | * @dev: device to configure |
---|
93 | 80 | * |
---|
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 |
---|
96 | 83 | * to the comm region. |
---|
97 | 84 | */ |
---|
98 | 85 | |
---|