mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
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
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user