From ac2a3aad90b9f019bae68608e08e6892ac4c907e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 7 Jul 2012 06:33:46 +0000 Subject: [PATCH] scst: Remove spaces in front of tabs because checkpatch complains about these. This is a whitespace-only change. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4397 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 cf4e617a4..4dbf7f19f 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -456,7 +456,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .info_op_name = "MODE SENSE(6)", .info_data_direction = SCST_DATA_READ, .info_op_flags = SCST_SMALL_TIMEOUT | - SCST_WRITE_EXCL_ALLOWED, + SCST_WRITE_EXCL_ALLOWED, .info_len_off = 4, .info_len_len = 1, .get_cdb_info = get_cdb_info_len_1}, {.ops = 0x1B, .devkey = " O ", @@ -676,7 +676,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .info_op_name = "READ BUFFER", .info_data_direction = SCST_DATA_READ, .info_op_flags = SCST_SMALL_TIMEOUT | - SCST_WRITE_EXCL_ALLOWED, + SCST_WRITE_EXCL_ALLOWED, .info_len_off = 5, .info_len_len = 2, .get_cdb_info = get_cdb_info_len_2}, {.ops = 0x3D, .devkey = " O O ", @@ -869,7 +869,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .info_op_name = "MODE SENSE(10)", .info_data_direction = SCST_DATA_READ, .info_op_flags = SCST_SMALL_TIMEOUT | - SCST_WRITE_EXCL_ALLOWED, + SCST_WRITE_EXCL_ALLOWED, .info_len_off = 7, .info_len_len = 2, .get_cdb_info = get_cdb_info_len_2}, {.ops = 0x5B, .devkey = " O ",