9p: Remove unneeded semicolon
Fixes coccicheck warning: fs/9p/vfs_inode.c:146:3-4: Unneeded semicolon Link: http://lkml.kernel.org/r/1576752517-58292-1-git-send-email-zhengbin13@huawei.com Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
This commit is contained in:
committed by
Dominique Martinet
parent
1f5bd6a202
commit
5195881739
@@ -143,7 +143,7 @@ static umode_t p9mode2unixmode(struct v9fs_session_info *v9ses,
|
|||||||
default:
|
default:
|
||||||
p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n",
|
p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n",
|
||||||
type, stat->extension);
|
type, stat->extension);
|
||||||
};
|
}
|
||||||
*rdev = MKDEV(major, minor);
|
*rdev = MKDEV(major, minor);
|
||||||
} else
|
} else
|
||||||
res |= S_IFREG;
|
res |= S_IFREG;
|
||||||
|
|||||||
Reference in New Issue
Block a user