diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 9719589c0..1212f48c2 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -1867,7 +1867,7 @@ static int vdisk_unmap_range(struct scst_cmd *cmd, { int res, err; struct file *fd = virt_dev->fd; - struct inode *inode = fd->f_dentry->d_inode;; + struct inode *inode = fd->f_dentry->d_inode; TRACE_ENTRY();