mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
scst_copy_mgr: Spelling fix - desriptors -> descriptors
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6665 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -363,7 +363,7 @@ static int scst_cm_setup_this_data_descr(struct scst_cmd *ec_cmd)
|
||||
EXTRACHECKS_BUG_ON(priv->cm_cur_data_descr > priv->cm_data_descrs_cnt);
|
||||
|
||||
if (priv->cm_cur_data_descr == priv->cm_data_descrs_cnt) {
|
||||
TRACE_DBG("No more data desriptors for ec_cmd %p", ec_cmd);
|
||||
TRACE_DBG("No more data descriptors for ec_cmd %p", ec_cmd);
|
||||
res = -ENOENT;
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user