From 354d74e67523fe91aed95b6a30ea278a2faf4382 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 13 Jan 2010 19:33:21 +0000 Subject: [PATCH] Fixed the following category of checkpatch errors: 3 ERROR: code indent should use tabs where possible git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1463 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index c3abaedd8..1d392fd4f 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -142,7 +142,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { {0x00, "MMMMMMMMMMMMMMMM", "TEST UNIT READY", /* let's be HQ to don't look dead under high load */ SCST_DATA_NONE, SCST_SMALL_TIMEOUT|SCST_IMPLICIT_HQ| - SCST_REG_RESERVE_ALLOWED, + SCST_REG_RESERVE_ALLOWED, 0, get_trans_len_none}, {0x01, " M ", "REWIND", SCST_DATA_NONE, SCST_LONG_TIMEOUT, 0, get_trans_len_none}, @@ -152,7 +152,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { SCST_DATA_NONE, SCST_SMALL_TIMEOUT, 0, get_trans_len_none}, {0x03, "MMMMMMMMMMMMMMMM", "REQUEST SENSE", SCST_DATA_READ, SCST_SMALL_TIMEOUT|SCST_SKIP_UA|SCST_LOCAL_CMD| - SCST_REG_RESERVE_ALLOWED, + SCST_REG_RESERVE_ALLOWED, 4, get_trans_len_1}, {0x04, "M O O ", "FORMAT UNIT", SCST_DATA_WRITE, SCST_LONG_TIMEOUT|SCST_UNKNOWN_LENGTH|SCST_WRITE_MEDIUM, @@ -207,7 +207,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { SCST_DATA_NONE, SCST_LONG_TIMEOUT, 0, get_trans_len_none}, {0x12, "MMMMMMMMMMMMMMMM", "INQUIRY", SCST_DATA_READ, SCST_SMALL_TIMEOUT|SCST_IMPLICIT_HQ|SCST_SKIP_UA| - SCST_REG_RESERVE_ALLOWED, + SCST_REG_RESERVE_ALLOWED, 4, get_trans_len_1}, {0x13, "VOVVVV ", "VERIFY(6)", SCST_DATA_NONE, SCST_TRANSFER_LEN_TYPE_FIXED|