kernel/drivers/scsi/qla4xxx/ql4_iocb.c
.. .. @@ -1,8 +1,7 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 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" .. .. @@ -78,7 +77,7 @@ 78 77 * @ha: Pointer to host adapter structure. 79 78 * @ddb_entry: Pointer to device database entry 80 79 * @lun: SCSI LUN 81 - * @marker_type: marker identifier80 + * @mrkr_mod: marker identifier82 81 * 83 82 * This routine issues a marker IOCB. 84 83 **/