Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 21:49:27 +0000 (UTC)
From:      Eric van Gyzen <vangyzen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356705 - head/sys/fs/nfs
Message-ID:  <202001132149.00DLnR6q037368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001132149.00DLnR6q037368>