From 683b2f0d00a8502f60f289ab5df9e045130cec8e Mon Sep 17 00:00:00 2001
From: Brian Behlendorf <behlendorf1@llnl.gov>
Date: Thu, 9 Jul 2009 13:07:05 -0700
Subject: [PATCH] TopGit missed this update when I updated the same line in the
 gcc-unused and gcc-uninit topic branches at the same time and then ran 'tg
 update'.  I'll need to keep that sort of thing in mind when updating multiple
 topic branches between updates.

---
 module/nvpair/nvpair.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/nvpair/nvpair.c b/module/nvpair/nvpair.c
index 3e147617b0..0b029bb490 100644
--- a/module/nvpair/nvpair.c
+++ b/module/nvpair/nvpair.c
@@ -1560,7 +1560,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
 {
 	nvpair_t	*nvp;
 	const char	*np;
-	char		*sepp = NULL;
+	char		*sepp=NULL;
 	char		*idxp, *idxep;
 	nvlist_t	**nva;
 	long		idx = 0;