[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201111080010.13882.rjw@sisk.pl>
Date: Tue, 8 Nov 2011 00:10:13 +0100
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Jonathan Corbet <corbet@....net>
Cc: MyungJoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
LKML <linux-kernel@...r.kernel.org>,
Linux PM list <linux-pm@...r.kernel.org>
Subject: Re: [PATCH] PM/devfreq: fix private_data
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@....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;
> };
>
> /**
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists