Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
[linux-2.6-block.git] / fs / 9p / vfs_inode.c
index b82423a72f685bfb429d1b73a0a8dd382c78b2bf..c9255d399917580540cc57e5900e5f0c5556356c 100644 (file)
@@ -143,7 +143,7 @@ static umode_t p9mode2unixmode(struct v9fs_session_info *v9ses,
                default:
                        p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n",
                                 type, stat->extension);
-               };
+               }
                *rdev = MKDEV(major, minor);
        } else
                res |= S_IFREG;