Forgotted piece of noop -> nop rename

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1534 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-03-05 13:09:30 +00:00
parent 88e5601df0
commit 82ef8e1ee1

View File

@@ -348,7 +348,7 @@ struct iscsi_key target_keys[] = {
/* name, rfc_def, local_def, min, max, show_in_sysfs, ops */
{"QueuedCommands", SET_KEY_VALUES(NR_QUEUED_CMNDS), 1, &minimum_ops},
{"RspTimeout", SET_KEY_VALUES(RSP_TIMEOUT), 1, &minimum_ops},
{"NoopInInterval", SET_KEY_VALUES(NOP_IN_INTERVAL), 1, &minimum_ops},
{"NopInInterval", SET_KEY_VALUES(NOP_IN_INTERVAL), 1, &minimum_ops},
{NULL,},
};