mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
scst.h: Spelling fix: overriden -> overridden
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6227 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1028,7 +1028,7 @@ struct scst_tgt_template {
|
||||
* receiving DIF PI tags. If false, SCST will not allow to add
|
||||
* DIF-enabled devices to this target driver's initiator groups.
|
||||
*
|
||||
* Can be overriden per target by scst_tgt_set_dif_supported()
|
||||
* Can be overridden per target by scst_tgt_set_dif_supported()
|
||||
*/
|
||||
unsigned dif_supported:1;
|
||||
|
||||
@@ -1038,7 +1038,7 @@ struct scst_tgt_template {
|
||||
* allow to add type 1 devices with TGT DIF mode to this target driver's
|
||||
* initiator groups.
|
||||
*
|
||||
* Can be overriden per target by scst_tgt_set_hw_dif_type1_supported()
|
||||
* Can be overridden per target by scst_tgt_set_hw_dif_type1_supported()
|
||||
*/
|
||||
unsigned hw_dif_type1_supported:1;
|
||||
|
||||
@@ -1048,7 +1048,7 @@ struct scst_tgt_template {
|
||||
* allow to add type 2 devices with TGT DIF mode to this target driver's
|
||||
* initiator groups.
|
||||
*
|
||||
* Can be overriden per target by scst_tgt_set_hw_dif_type2_supported()
|
||||
* Can be overridden per target by scst_tgt_set_hw_dif_type2_supported()
|
||||
*/
|
||||
unsigned hw_dif_type2_supported:1;
|
||||
|
||||
@@ -1058,7 +1058,7 @@ struct scst_tgt_template {
|
||||
* allow to add type 3 devices with TGT DIF mode to this target driver's
|
||||
* initiator groups.
|
||||
*
|
||||
* Can be overriden per target by scst_tgt_set_hw_dif_type3_supported()
|
||||
* Can be overridden per target by scst_tgt_set_hw_dif_type3_supported()
|
||||
*/
|
||||
unsigned hw_dif_type3_supported:1;
|
||||
|
||||
@@ -1068,7 +1068,7 @@ struct scst_tgt_template {
|
||||
* and CRC on SCST/target driver boundary for better performance,
|
||||
* because IP checksums are much cheaper for CPU, than CRC.
|
||||
*
|
||||
* Can be overriden per target by scst_tgt_set_hw_dif_ip_supported()
|
||||
* Can be overridden per target by scst_tgt_set_hw_dif_ip_supported()
|
||||
*/
|
||||
unsigned hw_dif_ip_supported:1;
|
||||
|
||||
@@ -1077,7 +1077,7 @@ struct scst_tgt_template {
|
||||
* and DIF tags SG vectors. Otherwise, for DIF tags minimally possible
|
||||
* SG vector size will be allocated.
|
||||
*
|
||||
* Can be overriden per target by scst_tgt_set_hw_dif_same_sg_layout_required()
|
||||
* Can be overridden per target by scst_tgt_set_hw_dif_same_sg_layout_required()
|
||||
*/
|
||||
unsigned hw_dif_same_sg_layout_required:1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user