NFSD: A semicolon is not needed after a switch statement.
[ Upstream commit 25fef48bdbe7cac5ba5577eab6a750e1caea43bc ] Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a2f25c3208
commit
92f59545b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user