Skip to content

Commit

Permalink
qla2x00t-32gbit: Convert comma to semicolon
Browse files Browse the repository at this point in the history
Replace a comma between expression statements by a semicolon.

Fixes: d4523bd6fd5d ("scsi: qla2xxx: Refactor asynchronous command initialization")
Signed-off-by: Chen Ni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Himanshu Madhani <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
[ commit 6ca9fede7c73 upstream ]
  • Loading branch information
lnocturno committed Sep 4, 2024
1 parent 096a727 commit ca51801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qla2x00t-32gbit/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ qla2x00_async_logout(struct scsi_qla_host *vha, fc_port_t *fcport)
sp->type = SRB_LOGOUT_CMD;
sp->name = "logout";
qla2x00_init_async_sp(sp, qla2x00_get_async_timeout(vha) + 2,
qla2x00_async_logout_sp_done),
qla2x00_async_logout_sp_done);

ql_dbg(ql_dbg_disc, vha, 0x2070,
"Async-logout - hdl=%x loop-id=%x portid=%02x%02x%02x %8phC explicit %d.\n",
Expand Down

0 comments on commit ca51801

Please sign in to comment.