From 253da8189dd2b21b292794dca1421de359e175d9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 9 Jun 2015 13:36:45 +0000 Subject: [PATCH] scst.h: Spelling fix: overriden -> overridden git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6227 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index dc6273dc7..6038d6917 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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;