Add missing comma in nfsv4_errstr

Reported by:	Coverity
CID:		1412243
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Eric van Gyzen 2020-01-13 21:49:27 +00:00
parent 2ec213aba4
commit cf64777f50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356705

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",