forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/scsi/qla4xxx/ql4_bsg.c
....@@ -1,8 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * QLogic iSCSI HBA Driver
34 * Copyright (c) 2011-2013 QLogic Corporation
4
- *
5
- * See LICENSE.qla4xxx for copyright and licensing details.
65 */
76
87 #include "ql4_def.h"
....@@ -805,7 +804,7 @@
805804
806805 /**
807806 * qla4xxx_process_vendor_specific - handle vendor specific bsg request
808
- * @job: iscsi_bsg_job to handle
807
+ * @bsg_job: iscsi_bsg_job to handle
809808 **/
810809 int qla4xxx_process_vendor_specific(struct bsg_job *bsg_job)
811810 {
....@@ -852,7 +851,7 @@
852851
853852 /**
854853 * qla4xxx_bsg_request - handle bsg request from ISCSI transport
855
- * @job: iscsi_bsg_job to handle
854
+ * @bsg_job: iscsi_bsg_job to handle
856855 */
857856 int qla4xxx_bsg_request(struct bsg_job *bsg_job)
858857 {