projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7cc739
)
NFSD: A semicolon is not needed after a switch statement.
author
Tom Rix
<trix@redhat.com>
Sun, 1 Nov 2020 15:32:34 +0000
(07:32 -0800)
committer
Chuck Lever
<chuck.lever@oracle.com>
Mon, 30 Nov 2020 18:00:23 +0000
(13:00 -0500)
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4xdr.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4xdr.c
b/fs/nfsd/nfs4xdr.c
index 1d2c33cd3a877737eae09d481bb1d43154341a06..e3c6bea83bd6da601f46c6e7e667fade8033de2f 100644
(file)
--- a/
fs/nfsd/nfs4xdr.c
+++ b/
fs/nfsd/nfs4xdr.c
@@
-2558,7
+2558,7
@@
static u32 nfs4_file_type(umode_t mode)
case S_IFREG: return NF4REG;
case S_IFSOCK: return NF4SOCK;
default: return NF4BAD;
- }
;
+ }
}
static inline __be32