Skip to content

Commit 5ef104b

Browse files
Jiapeng Chongmartinkpetersen
authored andcommitted
scsi: fnic: Clean up some inconsistent indenting
No functional modification involved. drivers/scsi/fnic/fnic_fcs.c:152 fnic_handle_link() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6678 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/20230922100657.14566-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent caf22c9 commit 5ef104b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

drivers/scsi/fnic/fnic_fcs.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,16 +145,17 @@ void fnic_handle_link(struct work_struct *work)
145145
spin_unlock_irqrestore(&fnic->fnic_lock, flags);
146146
if (fnic->config.flags & VFCF_FIP_CAPABLE) {
147147
/* start FCoE VLAN discovery */
148-
fnic_fc_trace_set_data(
149-
fnic->lport->host->host_no,
150-
FNIC_FC_LE, "Link Status: DOWN_UP_VLAN",
151-
strlen("Link Status: DOWN_UP_VLAN"));
148+
fnic_fc_trace_set_data(fnic->lport->host->host_no,
149+
FNIC_FC_LE, "Link Status: DOWN_UP_VLAN",
150+
strlen("Link Status: DOWN_UP_VLAN"));
152151
fnic_fcoe_send_vlan_req(fnic);
152+
153153
return;
154154
}
155+
155156
FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, "link up\n");
156157
fnic_fc_trace_set_data(fnic->lport->host->host_no, FNIC_FC_LE,
157-
"Link Status: DOWN_UP", strlen("Link Status: DOWN_UP"));
158+
"Link Status: DOWN_UP", strlen("Link Status: DOWN_UP"));
158159
fcoe_ctlr_link_up(&fnic->ctlr);
159160
} else {
160161
/* UP -> DOWN */

0 commit comments

Comments
 (0)