| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * QLogic iSCSI HBA Driver |
|---|
| 3 | 4 | * Copyright (c) 2011-2013 QLogic Corporation |
|---|
| 4 | | - * |
|---|
| 5 | | - * See LICENSE.qla4xxx for copyright and licensing details. |
|---|
| 6 | 5 | */ |
|---|
| 7 | 6 | |
|---|
| 8 | 7 | #include "ql4_def.h" |
|---|
| .. | .. |
|---|
| 805 | 804 | |
|---|
| 806 | 805 | /** |
|---|
| 807 | 806 | * qla4xxx_process_vendor_specific - handle vendor specific bsg request |
|---|
| 808 | | - * @job: iscsi_bsg_job to handle |
|---|
| 807 | + * @bsg_job: iscsi_bsg_job to handle |
|---|
| 809 | 808 | **/ |
|---|
| 810 | 809 | int qla4xxx_process_vendor_specific(struct bsg_job *bsg_job) |
|---|
| 811 | 810 | { |
|---|
| .. | .. |
|---|
| 852 | 851 | |
|---|
| 853 | 852 | /** |
|---|
| 854 | 853 | * qla4xxx_bsg_request - handle bsg request from ISCSI transport |
|---|
| 855 | | - * @job: iscsi_bsg_job to handle |
|---|
| 854 | + * @bsg_job: iscsi_bsg_job to handle |
|---|
| 856 | 855 | */ |
|---|
| 857 | 856 | int qla4xxx_bsg_request(struct bsg_job *bsg_job) |
|---|
| 858 | 857 | { |
|---|