scst: Spelling fix - inquery -> inquiry

Signed-off-by: Bart Van Assche <bvanassche@acm.org>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4478 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2012-08-27 20:36:54 +00:00
parent 113524a39d
commit 62b0629e6f
4 changed files with 4 additions and 4 deletions

View File

@@ -301,7 +301,7 @@ static inline int scst_sense_response_code(const uint8_t *sense)
#define scst_sense_asym_access_state_changed UNIT_ATTENTION, 0x2A, 0x06
#define scst_sense_capacity_data_changed UNIT_ATTENTION, 0x2A, 0x9
#define scst_sense_cleared_by_another_ini_UA UNIT_ATTENTION, 0x2F, 0
#define scst_sense_inquery_data_changed UNIT_ATTENTION, 0x3F, 0x3
#define scst_sense_inquiry_data_changed UNIT_ATTENTION, 0x3F, 0x3
#define scst_sense_reported_luns_data_changed UNIT_ATTENTION, 0x3F, 0xE
/*************************************************************

View File

@@ -2579,7 +2579,7 @@ next:
tgt_dev->inq_changed_ua_needed = 0;
scst_gen_aen_or_ua(tgt_dev,
SCST_LOAD_SENSE(scst_sense_inquery_data_changed));
SCST_LOAD_SENSE(scst_sense_inquiry_data_changed));
}
}
}

View File

@@ -2072,7 +2072,7 @@ static ssize_t scst_proc_groups_devices_write(struct file *file,
TRACE_MGMT_DBG("INQUIRY DATA HAS CHANGED"
" on tgt_dev %p", tgt_dev);
scst_gen_aen_or_ua(tgt_dev,
SCST_LOAD_SENSE(scst_sense_inquery_data_changed));
SCST_LOAD_SENSE(scst_sense_inquiry_data_changed));
}
}
}

View File

@@ -1252,7 +1252,7 @@ static int __scst_process_luns_mgmt_store(char *buffer,
TRACE_MGMT_DBG("INQUIRY DATA HAS CHANGED"
" on tgt_dev %p", tgt_dev);
scst_gen_aen_or_ua(tgt_dev,
SCST_LOAD_SENSE(scst_sense_inquery_data_changed));
SCST_LOAD_SENSE(scst_sense_inquiry_data_changed));
}
}
}