summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:40:52 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 21:36:37 +0000
commit2ef111c88dbedb348422aefbc0229055ed94cdfc (patch)
tree586817121d19b7876111a5d5d9b694772ded2b84
parent2028551e8f5d22005df89ac5c84ddbdb9d09ef65 (diff)
downloadchrome-ec-2ef111c88dbedb348422aefbc0229055ed94cdfc.tar.gz
board/kano/fw_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ia14d8b7df1f38fe0488fc6bc1bbab62c021f24af Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728522 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--board/kano/fw_config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/board/kano/fw_config.h b/board/kano/fw_config.h
index 88573bdd33..56218a8f87 100644
--- a/board/kano/fw_config.h
+++ b/board/kano/fw_config.h
@@ -26,12 +26,12 @@ enum ec_cfg_thermal_solution_type {
union kano_cbi_fw_config {
struct {
- enum ec_cfg_keyboard_backlight_type kb_bl : 1;
- uint32_t audio : 3;
- uint32_t ufc : 2;
- uint32_t stylus : 1;
- enum ec_cfg_thermal_solution_type thermal_solution : 1;
- uint32_t reserved_1 : 24;
+ enum ec_cfg_keyboard_backlight_type kb_bl : 1;
+ uint32_t audio : 3;
+ uint32_t ufc : 2;
+ uint32_t stylus : 1;
+ enum ec_cfg_thermal_solution_type thermal_solution : 1;
+ uint32_t reserved_1 : 24;
};
uint32_t raw_value;
};