| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * QLogic iSCSI HBA Driver |
|---|
| 3 | 4 | * Copyright (c) 2003-2013 QLogic Corporation |
|---|
| 4 | | - * |
|---|
| 5 | | - * See LICENSE.qla4xxx for copyright and licensing details. |
|---|
| 6 | 5 | */ |
|---|
| 7 | 6 | |
|---|
| 8 | 7 | #include "ql4_def.h" |
|---|
| .. | .. |
|---|
| 582 | 581 | /** |
|---|
| 583 | 582 | * qla4_83xx_loopback_in_progress: Is loopback in progress? |
|---|
| 584 | 583 | * @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 |
|---|
| 586 | 585 | **/ |
|---|
| 587 | 586 | static int qla4_83xx_loopback_in_progress(struct scsi_qla_host *ha) |
|---|
| 588 | 587 | { |
|---|
| .. | .. |
|---|
| 651 | 650 | /** |
|---|
| 652 | 651 | * qla4xxx_isr_decode_mailbox - decodes mailbox status |
|---|
| 653 | 652 | * @ha: Pointer to host adapter structure. |
|---|
| 654 | | - * @mailbox_status: Mailbox status. |
|---|
| 653 | + * @mbox_status: Mailbox status. |
|---|
| 655 | 654 | * |
|---|
| 656 | 655 | * This routine decodes the mailbox status during the ISR. |
|---|
| 657 | 656 | * Hardware_lock locked upon entry. runs in interrupt context. |
|---|
| .. | .. |
|---|
| 1044 | 1043 | /** |
|---|
| 1045 | 1044 | * qla4_82xx_interrupt_service_routine - isr |
|---|
| 1046 | 1045 | * @ha: pointer to host adapter structure. |
|---|
| 1046 | + * @intr_status: Local interrupt status/type. |
|---|
| 1047 | 1047 | * |
|---|
| 1048 | 1048 | * This is the main interrupt service routine. |
|---|
| 1049 | 1049 | * hardware_lock locked upon entry. runs in interrupt context. |
|---|
| .. | .. |
|---|
| 1069 | 1069 | /** |
|---|
| 1070 | 1070 | * qla4xxx_interrupt_service_routine - isr |
|---|
| 1071 | 1071 | * @ha: pointer to host adapter structure. |
|---|
| 1072 | + * @intr_status: Local interrupt status/type. |
|---|
| 1072 | 1073 | * |
|---|
| 1073 | 1074 | * This is the main interrupt service routine. |
|---|
| 1074 | 1075 | * hardware_lock locked upon entry. runs in interrupt context. |
|---|