mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user