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
This commit is contained in:
Bart Van Assche
2013-10-05 18:28:35 +00:00
parent 3530dfa699
commit ddf5e67dd1

View File

@@ -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;
}