From 94a78fcc9417ee99ba45ea01e6fc1c491a7cef44 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 2 May 2019 00:50:02 +0000 Subject: [PATCH] qla2x00t-32gbit/qla_gbl.h: Minimize diffs with upstream git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8311 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/qla_gbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t-32gbit/qla_gbl.h b/qla2x00t-32gbit/qla_gbl.h index 84b287d08..0ed81082c 100644 --- a/qla2x00t-32gbit/qla_gbl.h +++ b/qla2x00t-32gbit/qla_gbl.h @@ -79,7 +79,7 @@ int qla2x00_post_work(struct scsi_qla_host *vha, struct qla_work_evt *e); extern void *qla2x00_alloc_iocbs_ready(struct qla_qpair *, srb_t *); extern int qla24xx_update_fcport_fcp_prio(scsi_qla_host_t *, fc_port_t *); -extern void qla2x00_set_fcport_state(fc_port_t *fcport, int state); +extern void qla2x00_set_fcport_state(fc_port_t *fcport, int state); extern fc_port_t * qla2x00_alloc_fcport(scsi_qla_host_t *, gfp_t );