g_label_ufs: Fix typo from r330264

Reported by:	O. Hartmann <o.hartmann AT walstatt.org>
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2018-03-02 06:02:54 +00:00
parent 9eded7f476
commit 90575a0ec9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330270

View file

@ -79,7 +79,7 @@ g_label_ufs_taste_common(struct g_consumer *cp, char *label, size_t size, int wh
if (SBLOCKSIZE % pp->sectorsize != 0 ||
ffs_sbget(cp, &fs, -1, M_GEOM, g_use_g_read_data) != 0) {
KASSERT(fs == NULL,
("g_label_ufs_taste_common: non-NULL fs %p\n",fs);
("g_label_ufs_taste_common: non-NULL fs %p\n", fs));
return;
}