diff options
| author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2013-09-26 10:50:21 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 09:27:24 -0400 |
| commit | 0585123ebbd07a4fb49558ed6dea5fced967841a (patch) | |
| tree | 64beb8dfb17a2be87500b002db129a5a70e6476c /include/linux | |
| parent | fe2fd5cc050885483190fc17f72fac27404253d7 (diff) | |
Correct some typos for word frequency
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/devfreq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/devfreq.h b/include/linux/devfreq.h index 5f1ab92107e6..32acc0090ce6 100644 --- a/include/linux/devfreq.h +++ b/include/linux/devfreq.h | |||
| @@ -168,7 +168,7 @@ struct devfreq { | |||
| 168 | unsigned long max_freq; | 168 | unsigned long max_freq; |
| 169 | bool stop_polling; | 169 | bool stop_polling; |
| 170 | 170 | ||
| 171 | /* information for device freqeuncy transition */ | 171 | /* information for device frequency transition */ |
| 172 | unsigned int total_trans; | 172 | unsigned int total_trans; |
| 173 | unsigned int *trans_table; | 173 | unsigned int *trans_table; |
| 174 | unsigned long *time_in_state; | 174 | unsigned long *time_in_state; |
