On Fri, Aug 18, 2017 at 12:39:24PM +0200, Jan Tulak wrote: > Add a missing underscore where it was omitted probably by a mistake. > > Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > --- > mkfs/xfs_mkfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c > index 091ca530..ec9ed633 100644 > --- a/mkfs/xfs_mkfs.c > +++ b/mkfs/xfs_mkfs.c > @@ -1281,7 +1281,7 @@ check_opt( > > if (sp->index != index) { > fprintf(stderr, > - ("Developer screwed up option parsing (%d/%d)! Please report!\n"), > + _("Developer screwed up option parsing (%d/%d)! Please report!\n"), > sp->index, index); > reqval(opts->name, (char **)opts->subopts, index); > } > -- > 2.13.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html