* [PATCH] fs: nfs: fix semicolon code style issue
@ 2019-02-28 14:41 Yang Wei
0 siblings, 0 replies; only message in thread
From: Yang Wei @ 2019-02-28 14:41 UTC (permalink / raw)
To: linux-nfs; +Cc: trond.myklebust, anna.schumaker, yang.wei9, albin_yang
From: Yang Wei <yang.wei9@zte.com.cn>
Delete a superfluous semicolon in nfs4_do_lookup_revalidate().
Signed-off-by: Yang Wei <yang.wei9@zte.com.cn>
---
fs/nfs/dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c
index 6bf4471..96dd679 100644
--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -1649,7 +1649,7 @@ nfs4_do_lookup_revalidate(struct inode *dir, struct dentry *dentry,
reval_dentry:
if (flags & LOOKUP_RCU)
return -ECHILD;
- return nfs_lookup_revalidate_dentry(dir, dentry, inode);;
+ return nfs_lookup_revalidate_dentry(dir, dentry, inode);
full_reval:
return nfs_do_lookup_revalidate(dir, dentry, flags);
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-28 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 14:41 [PATCH] fs: nfs: fix semicolon code style issue Yang Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox