mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user