hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/aacraid/rx.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 * rx.c
2815 *
2916 * Abstract: Hardware miniport for Drawbridge specific hardware functions.
30
- *
3117 */
3218
3319 #include <linux/kernel.h>
....@@ -158,7 +144,16 @@
158144 * @dev: Adapter
159145 * @command: Command to execute
160146 * @p1: first parameter
161
- * @ret: adapter status
147
+ * @p2: second parameter
148
+ * @p3: third parameter
149
+ * @p4: forth parameter
150
+ * @p5: fifth parameter
151
+ * @p6: sixth parameter
152
+ * @status: adapter status
153
+ * @r1: first return value
154
+ * @r2: second return value
155
+ * @r3: third return value
156
+ * @r4: forth return value
162157 *
163158 * This routine will send a synchronous command to the adapter and wait
164159 * for its completion.
....@@ -457,6 +452,7 @@
457452
458453 /**
459454 * aac_rx_ioremap
455
+ * @dev: adapter
460456 * @size: mapping resize request
461457 *
462458 */