Commit 25fef48b authored by Tom Rix's avatar Tom Rix Committed by Chuck Lever

NFSD: A semicolon is not needed after a switch statement.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent d7cc7397
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment