From: Chen Ni Date: Tue, 18 Nov 2025 02:48:00 +0000 (+0800) Subject: ovl: remove unneeded semicolon X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2579e21be532457742d4100bbda1c2a5b81cbdef;p=thirdparty%2Fkernel%2Flinux.git ovl: remove unneeded semicolon Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni Fixed: 7ab96df840e60 ("VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()") Signed-off-by: Amir Goldstein Signed-off-by: Christian Brauner --- diff --git a/fs/overlayfs/dir.c b/fs/overlayfs/dir.c index 0f01e005b915b..3c0672d29e01a 100644 --- a/fs/overlayfs/dir.c +++ b/fs/overlayfs/dir.c @@ -105,7 +105,7 @@ static struct dentry *ovl_whiteout(struct ovl_fs *ofs) whiteout = dget(link); end_creating(link); if (!err) - return whiteout;; + return whiteout; if (err != -EMLINK) { pr_warn("Failed to link whiteout - disabling whiteout inode sharing(nlink=%u, err=%u)\n",