Commit 55af33fd authored by Thomas Richter's avatar Thomas Richter Committed by Vasily Gorbik
Browse files

s390/con3215: Fix white space errors



Adjust white space according to coding guidelines.

Signed-off-by: default avatarThomas Richter <tmricht@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 1f3307cf
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -219,8 +219,7 @@ static void raw3215_mk_write_req(struct raw3215_info *raw)
			ccw[-1].flags |= 0x40; /* use command chaining */
		ccw->cmd_code = 0x01; /* write, auto carrier return */
		ccw->flags = 0x20;    /* ignore incorrect length ind.  */
		ccw->cda =
			(__u32) __pa(raw->buffer + ix);
		ccw->cda = (__u32)__pa(raw->buffer + ix);
		count = len;
		if (ix + count > RAW3215_BUFFER_SIZE)
			count = RAW3215_BUFFER_SIZE - ix;