Re: [PATCH] PM/devfreq: fix private_data

From: Rafael J. Wysocki
Date: Mon Nov 07 2011 - 18:07:38 EST


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@xxxxxxx>

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;
> };
>
> /**
>
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/