Staging
v0.5.1
Revision a6b31256928d78204f8f282220d3b0d64387f79d authored by Rafael J. Wysocki on 01 December 2023, 20:07:55 UTC, committed by Rafael J. Wysocki on 01 December 2023, 20:07:55 UTC
Merge a power capping fix for 6.7-rc4 which eliminates unnecessary
and harmful conversions to uW from the DTPM (dynamic thermal and power
management) framework (Lukasz Luba).

* powercap:
  powercap: DTPM: Fix unneeded conversions to micro-Watts
2 parent s 142c169 + b817f14
Raw File
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top