mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-21 07:24:22 +00:00
Checkpatch warnings fixed
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@582 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -680,7 +680,7 @@ static struct scsi_host_template scst_lcl_ini_driver_template = {
|
||||
.eh_target_reset_handler = scst_local_target_reset,
|
||||
#endif
|
||||
.can_queue = 256,
|
||||
.this_id = SCST_LOCAL_MAX_TARGETS,
|
||||
.this_id = SCST_LOCAL_MAX_TARGETS,
|
||||
/* SCST doesn't support sg chaining */
|
||||
.sg_tablesize = SCSI_MAX_SG_SEGMENTS,
|
||||
.cmd_per_lun = 32,
|
||||
|
||||
Reference in New Issue
Block a user