mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 21:21:28 +00:00
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:
@@ -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
|
||||
|
||||
/*************************************************************
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user