From ddf5e67dd12daaffec811a027cfbaf5654bac7f4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 5 Oct 2013 18:28:35 +0000 Subject: [PATCH] qla2x00t: Indent source code consistenly with the trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5047 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla_os.c b/qla2x00t/qla_os.c index 38809c4dd..c37bc7b46 100644 --- a/qla2x00t/qla_os.c +++ b/qla2x00t/qla_os.c @@ -1769,7 +1769,7 @@ size_t qla2xxx_del_vtarget(u64 *port_name) /* We only allow support on Channel 0 !!! */ list_for_each_entry(vport, &fc_host->vports, peers) { if ((vport->channel == 0) && - (vport->port_name == *port_name)) { + (vport->port_name == *port_name)) { match = 1; break; }