On 3 June 2014 15:34, Srivatsa S. Bhat <[email protected]> wrote: > Well, the method I used keeps the organization such that the code following > the comment does precisely what the comment says (i.e, get the sampling_rate, > fetch the multiplier, and then multiply). So I feel it makes it easier to > understand.
It looked like the comment is there only for this special statement: >>> + sampling_rate *= od_dbs_info->rate_mult; And so suggested that :) Anyway move this up as it doesn't belong to comment for sure. >> + od_dbs_info = dbs_data->cdata->get_cpu_dbs_info_s(cpu); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

