On Mon, 22 Apr 2013, Andy Shevchenko wrote: > This fixes "iff" as "if". > > Signed-off-by: Andy Shevchenko <[email protected]> > --- > lib/string.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/string.c b/lib/string.c > index e5878de..e551284 100644 > --- a/lib/string.c > +++ b/lib/string.c > @@ -542,7 +542,7 @@ EXPORT_SYMBOL(sysfs_streq); > * @s: input string > * @res: result > * > - * This routine returns 0 iff the first character is one of 'Yy1Nn0'. > + * This routine returns 0 if the first character is one of 'Yy1Nn0'. > * Otherwise it will return -EINVAL. Value pointed to by res is > * updated upon finding a match. > */
And this is correct because ... ? -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

