lkml.org 
[lkml]   [2011]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] PM/devfreq: fix private_data
Date
On Monday, November 07, 2011, Jonathan Corbet wrote:
> The "private_date" field in struct devfreq_dev_status almost certainly
> wants to be "private_data"; since there are no in-tree users of this
> functionality, now seems like an easy time to make the fix.
>
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Thanks for the fix, applied to linux-pm/linux-next and will be pushed to
Linus around tomorrow.

Thanks,
Rafael


> diff --git a/include/linux/devfreq.h b/include/linux/devfreq.h
> index afb9458..98ce812 100644
> --- a/include/linux/devfreq.h
> +++ b/include/linux/devfreq.h
> @@ -41,7 +41,7 @@ struct devfreq_dev_status {
> unsigned long total_time;
> unsigned long busy_time;
> unsigned long current_frequency;
> - void *private_date;
> + void *private_data;
> };
>
> /**
>
>



\
 
 \ /
  Last update: 2011-11-08 00:09    [W:0.048 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site