We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7c601 commit 32f072dCopy full SHA for 32f072d
rust/kernel/cpufreq.rs
@@ -38,8 +38,7 @@ use macros::vtable;
38
const CPUFREQ_NAME_LEN: usize = bindings::CPUFREQ_NAME_LEN as usize;
39
40
/// Default transition latency value in nanoseconds.
41
-pub const DEFAULT_TRANSITION_LATENCY_NS: u32 =
42
- bindings::CPUFREQ_DEFAULT_TRANSITION_LATENCY_NS;
+pub const DEFAULT_TRANSITION_LATENCY_NS: u32 = bindings::CPUFREQ_DEFAULT_TRANSITION_LATENCY_NS;
43
44
/// CPU frequency driver flags.
45
pub mod flags {
0 commit comments