diff --git a/scst/ToDo b/scst/ToDo index 1ce2f4892..dc16027f7 100644 --- a/scst/ToDo +++ b/scst/ToDo @@ -16,8 +16,8 @@ To be done pattern. - Fix in-kernel O_DIRECT mode. - - - Close integration with Linux initiator SCSI mid-level, including + + - Close integration with Linux initiator SCSI mid-level, including queue types (simple, ordered, etc.) and local initiators (sd, st, sg, etc.) support. Requires modifications of the kernel. @@ -26,13 +26,13 @@ To be done TST, UA_INTLCK_CTRL bits. Requires deep modifications of the kernel. - Better handle of devices DMA restrictions, where needed. - + - Small ToDo's spread all over the code. - Additional ability for target drivers to ask for command's retry also after xmit_response() and rdy_to_xfer() returned (for example, if a command was successfully sent to the target card, but later it was returned by the card with BUSY completion status). - + - Advanced SCSI commands support: COPY, EXTENDED COPY, third party RESERVE, etc. diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 9a529fafd..d8b7d8461 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -3903,7 +3903,7 @@ void scst_sysfs_user_del_info(struct scst_sysfs_user_info *info) EXPORT_SYMBOL(scst_sysfs_user_del_info); /* - * Returns true if the reply received and being processed by another part of + * Returns true if the reply received and being processed by another part of * the kernel, false otherwise. Also removes the user_info from the list to * fix for the user space that it missed the timeout. */ diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 0245abb02..4654e97c9 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -79,7 +79,7 @@ static inline void scst_schedule_tasklet(struct scst_cmd *cmd) * NULL otherwise. * * Must not be called in parallel with scst_unregister_session() for the - * same session. + * same session. */ struct scst_cmd *scst_rx_cmd(struct scst_session *sess, const uint8_t *lun, int lun_len,