Re: kernel lib parser: cleaned up code and fixed redundancies

From: Christoph Hellwig
Date: Wed Dec 29 2004 - 03:22:40 EST


> - for (p = table; !match_one(s, p->pattern, args) ; p++)
> - ;
> + for (p = table; !match_one(s, p->pattern, args); p++);

this is a regression in readability. Also your patch is
whitespace-damaged.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/