Re: [PATCH RFC 2/3] Decompressors: Add boot-time XZ support

From: Phillip Lougher
Date: Thu Nov 25 2010 - 02:06:35 EST


On 25/11/10 06:32, Phillip Lougher wrote:
+
+ for (i = 0; i< size; ++i)

The kernel uses either "i < size" or "i<size" ...


Disregard these, looks like my email client (Mozilla Thunderbird)
is eating spaces... Very odd

+ if (fill == NULL&& flush == NULL) {


and this.

--
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/