From 7d8b3ffb483e05b1329c6808ff58450fd44a46d7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 27 Apr 2012 07:04:31 +0000 Subject: [PATCH] scst: Avoid that checkpatch complains about whitespace + 1 ERROR: need consistent spacing around '|' (ctx:VxW) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4242 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 48cda5182..e34d400b7 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -224,7 +224,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .info_op_name = "REQUEST SENSE", .info_data_direction = SCST_DATA_READ, .info_op_flags = SCST_SMALL_TIMEOUT|SCST_SKIP_UA|SCST_LOCAL_CMD| - SCST_REG_RESERVE_ALLOWED| SCST_WRITE_EXCL_ALLOWED| + SCST_REG_RESERVE_ALLOWED|SCST_WRITE_EXCL_ALLOWED| SCST_EXCL_ACCESS_ALLOWED, .info_len_off = 4, .info_len_len = 1, .get_cdb_info = get_cdb_info_len_1},