mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
scst: Remove a superfluous semicolon since checkpatch complains about it.
+ 1 WARNING: Statements terminations use 1 semicolon git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4243 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user