From: Linus Torvalds Date: Wed, 3 Apr 2002 08:43:46 +0000 (-0800) Subject: oops, lost end parenthesis X-Git-Tag: v2.5.8-pre1^2~2 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=3c22e98a386ce612edd72f3d0a8f1a5edcfb826e;p=history.git oops, lost end parenthesis --- diff --git a/fs/udf/super.c b/fs/udf/super.c index dd5c7177a131..43b13b6ebe5b 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c @@ -286,7 +286,7 @@ udf_parse_options(char *options, struct udf_options *uopt) if (!options) return 1; - while ((opt = strsep(&options, ",") != NULL) { + while ((opt = strsep(&options, ",")) != NULL) { if (!*opt) continue; /* Make "opt=val" into two strings */