mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
Minor typo noticed by Bart Van Assche <bart.vanassche@gmail.com>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1009 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+2
-2
@@ -2929,7 +2929,7 @@ void scst_set_cmd_abnormal_done_state(struct scst_cmd *cmd);
|
||||
|
||||
/*
|
||||
* Returns target driver's root entry in SCST's /proc hierarchy.
|
||||
* The driver can create own files/directoryes here, which should
|
||||
* The driver can create own files/directories here, which should
|
||||
* be deleted in the driver's release().
|
||||
*/
|
||||
static inline struct proc_dir_entry *scst_proc_get_tgt_root(
|
||||
@@ -2940,7 +2940,7 @@ static inline struct proc_dir_entry *scst_proc_get_tgt_root(
|
||||
|
||||
/*
|
||||
* Returns device handler's root entry in SCST's /proc hierarchy.
|
||||
* The driver can create own files/directoryes here, which should
|
||||
* The driver can create own files/directories here, which should
|
||||
* be deleted in the driver's detach()/release().
|
||||
*/
|
||||
static inline struct proc_dir_entry *scst_proc_get_dev_type_root(
|
||||
|
||||
Reference in New Issue
Block a user