mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
scst_vdisk: Fix spelling in an error message
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7390 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -963,7 +963,8 @@ static struct file *vdev_open_fd(const struct scst_vdisk_dev *virt_dev,
|
||||
sBUG_ON(!name);
|
||||
|
||||
if (!virt_dev->dev_active) {
|
||||
TRACE_MGMT_DBG("Skip openning for not active dev %s", virt_dev->dev->virt_name);
|
||||
TRACE_MGMT_DBG("Skip opening for not active dev %s",
|
||||
virt_dev->dev->virt_name);
|
||||
fd = ERR_PTR(-EMEDIUMTYPE);
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user