ibmvstgt: Fixed a checkpatch complaint about whitespace.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2662 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-11-11 09:52:37 +00:00
parent 1f2cedce37
commit 7bdfe662e8

View File

@@ -228,7 +228,7 @@ static int send_rsp(struct iu_entry *iue, struct scst_cmd *sc,
memset(iu, 0, sizeof(struct srp_rsp));
iu->srp.rsp.opcode = SRP_RSP;
iu->srp.rsp.req_lim_delta = __constant_cpu_to_be32(1
+ atomic_xchg(&vport->req_lim_delta, 0));
+ atomic_xchg(&vport->req_lim_delta, 0));
iu->srp.rsp.tag = tag;
if (test_bit(V_DIOVER, &iue->flags))