From e61d66a0c03bafe4e5b3e4ff9a7f27f5434d984d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 25 Jun 2010 18:00:39 +0000 Subject: [PATCH] Whitespace-only changes to fix recently introduced checkpatch complaints. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1790 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 1ad916371..7ad25a402 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -446,7 +446,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { SCST_DATA_READ, FLAG_NONE, 7, get_trans_len_2}, {0x53, "O ", "XDWRITEREAD(10)", SCST_DATA_READ|SCST_DATA_WRITE, SCST_TRANSFER_LEN_TYPE_FIXED| - SCST_WRITE_MEDIUM, + SCST_WRITE_MEDIUM, 7, get_bidi_trans_len_2}, {0x53, " O ", "RESERVE TRACK", SCST_DATA_NONE, FLAG_NONE, 0, get_trans_len_none}, @@ -1969,7 +1969,7 @@ next: offs += len; scst_put_sg_buf(cmd, buf, *cmd->write_sg, *cmd->write_sg_cnt); len = scst_get_sg_buf_next(cmd, &buf, *cmd->write_sg, - *cmd->write_sg_cnt); + *cmd->write_sg_cnt); } TRACE_EXIT();