lkml.org 
[lkml]   [2014]   [Jul]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 03/14] cpufreq: Add support for per-policy driver data
From
On 9 July 2014 20:03, Santosh Shilimkar <santosh.shilimkar@ti.com> wrote:
>> diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
>> index ec4112d..d4b1108 100644
>> --- a/include/linux/cpufreq.h
>> +++ b/include/linux/cpufreq.h
>> @@ -112,6 +112,9 @@ struct cpufreq_policy {
>> spinlock_t transition_lock;
>> wait_queue_head_t transition_wait;
>> struct task_struct *transition_task; /* Task which is doing the transition */
>> +
>> + /* For cpufreq driver's internal use */
>> + void *driver_data;
>> };
>>
> Minor comment for consistency either maintain same commenting style
> for the above structure (description after the variable) or may
> be clean up the comments in another patch.

Adding these to the end of variable makes it take multiple lines as we need
to break after 80 columns. And both the styles are already mixed
in existing file. So, would fix it separately in case I go for it :)


\
 
 \ /
  Last update: 2014-07-12 19:41    [W:0.070 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site