From 48a6217fad0805990eb25f67381077ddf084cdc0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 17 Jun 2019 23:24:29 +0000 Subject: [PATCH] qla2x00t-32gbit: Improve coding style conformance git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8427 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/qla_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t-32gbit/qla_init.c b/qla2x00t-32gbit/qla_init.c index 5c1542c8a..12f91ccd6 100644 --- a/qla2x00t-32gbit/qla_init.c +++ b/qla2x00t-32gbit/qla_init.c @@ -960,7 +960,7 @@ qla24xx_async_gnl_sp_done(void *s, int res) ql_dbg(ql_dbg_disc + ql_dbg_verbose, vha, 0x20e8, "%s %s %02x:%02x:%02x state %d/%d lid %x \n", - __func__, wwn_to_str((u8*)&wwn), e->port_id[2], e->port_id[1], + __func__, wwn_to_str((u8 *)&wwn), e->port_id[2], e->port_id[1], e->port_id[0], e->current_login_state, e->last_login_state, (loop_id & 0x7fff)); }