hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/scsi/qla4xxx/ql4_isr.c
....@@ -1,8 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * QLogic iSCSI HBA Driver
34 * Copyright (c) 2003-2013 QLogic Corporation
4
- *
5
- * See LICENSE.qla4xxx for copyright and licensing details.
65 */
76
87 #include "ql4_def.h"
....@@ -582,7 +581,7 @@
582581 /**
583582 * qla4_83xx_loopback_in_progress: Is loopback in progress?
584583 * @ha: Pointer to host adapter structure.
585
- * @ret: 1 = loopback in progress, 0 = loopback not in progress
584
+ * returns: 1 = loopback in progress, 0 = loopback not in progress
586585 **/
587586 static int qla4_83xx_loopback_in_progress(struct scsi_qla_host *ha)
588587 {
....@@ -651,7 +650,7 @@
651650 /**
652651 * qla4xxx_isr_decode_mailbox - decodes mailbox status
653652 * @ha: Pointer to host adapter structure.
654
- * @mailbox_status: Mailbox status.
653
+ * @mbox_status: Mailbox status.
655654 *
656655 * This routine decodes the mailbox status during the ISR.
657656 * Hardware_lock locked upon entry. runs in interrupt context.
....@@ -1044,6 +1043,7 @@
10441043 /**
10451044 * qla4_82xx_interrupt_service_routine - isr
10461045 * @ha: pointer to host adapter structure.
1046
+ * @intr_status: Local interrupt status/type.
10471047 *
10481048 * This is the main interrupt service routine.
10491049 * hardware_lock locked upon entry. runs in interrupt context.
....@@ -1069,6 +1069,7 @@
10691069 /**
10701070 * qla4xxx_interrupt_service_routine - isr
10711071 * @ha: pointer to host adapter structure.
1072
+ * @intr_status: Local interrupt status/type.
10721073 *
10731074 * This is the main interrupt service routine.
10741075 * hardware_lock locked upon entry. runs in interrupt context.