Skip to content

Commit 5195881

Browse files
zhengbin13Dominique Martinet
authored andcommitted
9p: Remove unneeded semicolon
Fixes coccicheck warning: fs/9p/vfs_inode.c:146:3-4: Unneeded semicolon Link: http://lkml.kernel.org/r/[email protected] Reported-by: Hulk Robot <[email protected]> Signed-off-by: zhengbin <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent 1f5bd6a commit 5195881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/9p/vfs_inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static umode_t p9mode2unixmode(struct v9fs_session_info *v9ses,
143143
default:
144144
p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n",
145145
type, stat->extension);
146-
};
146+
}
147147
*rdev = MKDEV(major, minor);
148148
} else
149149
res |= S_IFREG;

0 commit comments

Comments
 (0)