提交 1a51cfdc 编写于 作者: J Jonathan Corbet 提交者: Rafael J. Wysocki

PM / devfreq: fix private_data

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: NJonathan Corbet <corbet@lwn.net>
Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
上级 5f111616
...@@ -41,7 +41,7 @@ struct devfreq_dev_status { ...@@ -41,7 +41,7 @@ struct devfreq_dev_status {
unsigned long total_time; unsigned long total_time;
unsigned long busy_time; unsigned long busy_time;
unsigned long current_frequency; unsigned long current_frequency;
void *private_date; void *private_data;
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册