Re: [-mm patch 0/5] SharpSL: Prepare drivers and add new ARM PXA machines Spitz and Borzoi

From: Russell King
Date: Thu Sep 08 2005 - 07:12:32 EST


As a general note, these patches could do with being closer to the
coding style, such that things like

foo=bar;
foo+=bar;

have spaces around the assignment and operators thusly:

foo = bar;
foo += bar;

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
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/