svn commit: r356705 - head/sys/fs/nfs

Eric van Gyzen vangyzen at FreeBSD.org
Mon Jan 13 21:49:27 UTC 2020


Author: vangyzen
Date: Mon Jan 13 21:49:27 2020
New Revision: 356705
URL: https://svnweb.freebsd.org/changeset/base/356705

Log:
  Add missing comma in nfsv4_errstr
  
  Reported by:	Coverity
  CID:		1412243
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/fs/nfs/nfsv4_errstr.h

Modified: head/sys/fs/nfs/nfsv4_errstr.h
==============================================================================
--- head/sys/fs/nfs/nfsv4_errstr.h	Mon Jan 13 21:47:23 2020	(r356704)
+++ head/sys/fs/nfs/nfsv4_errstr.h	Mon Jan 13 21:49:27 2020	(r356705)
@@ -84,7 +84,7 @@ static const char *nfsv4_errstr[NFSERR_XATTR2BIG - 100
 	"file locking deadlock",
 	"open file blocks op",
 	"lockowner state revoked",
-	"callback path down"
+	"callback path down",
 	"bad IO mode",
 	"bad layout",
 	"bad session digest",


More information about the svn-src-head mailing list