14 Dec
2009
14 Dec
'09
11:40 a.m.
On Mon, Dec 14, 2009 at 11:24:58AM +0100, Peter Meerwald wrote:
- /* try with d != 0 */
- for (p = 1; p <= 8; p++) {
j = codec_clk * p / 1000;
There are many codign style issues around the indentation in this code - could you please run the patch through scripts/checkpatch.pl and clean up the issues it identifies?