From be7e2097c97fb7458bd393faac14f18c5ca60cf6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 21 Mar 2018 16:58:36 +0000 Subject: [PATCH] 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 --- scst/src/dev_handlers/scst_vdisk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index b7b8b4b17..1bbb20079 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -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; }