From 69c9e393e552f9f296312bd808302f4d90f77ab0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 25 Nov 2010 09:58:09 +0000 Subject: [PATCH] Fixed recently introduced checkpatch complaints about whitespace. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2828 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 5fa9409e0..594cdf323 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -5301,7 +5301,7 @@ static struct q2t_sess *q2t_make_local_sess(scsi_qla_host_t *ha, TRACE_ENTRY(); retry: - global_resets = atomic_read(&ha->tgt->tgt_global_resets_count); + global_resets = atomic_read(&ha->tgt->tgt_global_resets_count); if (IS_FWI2_CAPABLE(ha)) { rc = q24_get_loop_id(ha, s_id, &loop_id); @@ -5381,7 +5381,7 @@ static void q2t_exec_sess_work(struct q2t_tgt *tgt, if (tgt->tgt_stop) goto send; - switch(prm->type) { + switch (prm->type) { case Q2T_SESS_WORK_CMD: { struct q2t_cmd *cmd = prm->cmd; @@ -5435,7 +5435,7 @@ send: if ((sess == NULL) || tgt->tgt_stop) goto out_term; - switch(prm->type) { + switch (prm->type) { case Q2T_SESS_WORK_CMD: { struct q2t_cmd *cmd = prm->cmd; @@ -5501,7 +5501,7 @@ out_put: return; out_term: - switch(prm->type) { + switch (prm->type) { case Q2T_SESS_WORK_CMD: { struct q2t_cmd *cmd = prm->cmd;