Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 778 → Rev 779

/shark/trunk/drivers/cpu/cpufreq/freq_table.c
168,7 → 168,6
continue;
count += sprintf26(&buf[count], "%d ", table[i].frequency);
}
count += sprintf26(&buf[count], "\n");
 
return count;