summaryrefslogtreecommitdiff
path: root/board/vell
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:09:51 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-28 07:25:45 +0000
commitccf09958a1ef33b054d10e9c58d31803d492b800 (patch)
treef2b882febde8a71df88b7ed63ea6033c52e652d5 /board/vell
parent2cbf6fbf715012a8330908bf5eb3eae8fc6636a6 (diff)
downloadchrome-ec-ccf09958a1ef33b054d10e9c58d31803d492b800.tar.gz
board/vell/fw_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I025e9d10c37b8d495d8d462a020c42bbff9fcc0b Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729046 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/vell')
-rw-r--r--board/vell/fw_config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/board/vell/fw_config.h b/board/vell/fw_config.h
index 6e4eb3ef58..7f9b472d83 100644
--- a/board/vell/fw_config.h
+++ b/board/vell/fw_config.h
@@ -27,12 +27,12 @@ enum ec_cfg_keyboard_backlight_type {
union brya_cbi_fw_config {
struct {
- enum ec_cfg_usb_db_type usb_db : 4;
- uint32_t sd_db : 2;
- uint32_t lte_db : 1;
- enum ec_cfg_keyboard_backlight_type kb_bl : 1;
- uint32_t audio : 3;
- uint32_t reserved_1 : 21;
+ enum ec_cfg_usb_db_type usb_db : 4;
+ uint32_t sd_db : 2;
+ uint32_t lte_db : 1;
+ enum ec_cfg_keyboard_backlight_type kb_bl : 1;
+ uint32_t audio : 3;
+ uint32_t reserved_1 : 21;
};
uint32_t raw_value;
};