From b7b677e1e73bbb65c16f5af665f2681a45cbe469 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 03:20:22 +0000 Subject: [PATCH] Merge r7390 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7650 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 2c99171a9..b9fb055b2 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; }