Add missing comma in nfsv4_errstr

Reported by:	Coverity
CID:		1412243
Sponsored by:	Dell EMC Isilon
This commit is contained in:
vangyzen 2020-01-13 21:49:27 +00:00
parent 987ccecc03
commit 7312bfc30d

View File

@ -84,7 +84,7 @@ static const char *nfsv4_errstr[NFSERR_XATTR2BIG - 10000] = {
"file locking deadlock",
"open file blocks op",
"lockowner state revoked",
"callback path down"
"callback path down",
"bad IO mode",
"bad layout",
"bad session digest",