Skip to content

Commit

Permalink
PM / devfreq: fix private_data
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Jonathan Corbet authored and Rafael J. Wysocki committed Nov 7, 2011
1 parent 5f11161 commit 1a51cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/devfreq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

/**
Expand Down

0 comments on commit 1a51cfd

Please sign in to comment.