diff options
author | Jack Rosenthal <jrosenth@chromium.org> | 2022-06-27 14:09:45 -0600 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-06-28 17:41:32 +0000 |
commit | 06e4f16aadac6b65fa63563c0f7a749adbcfee0f (patch) | |
tree | eb926b04bcee44591979a0ebb8f36b89f298e4e4 /board/vell | |
parent | 443f0dfcca04e5c870a55094ad5a387b7563e1ce (diff) | |
download | chrome-ec-06e4f16aadac6b65fa63563c0f7a749adbcfee0f.tar.gz |
board/vell/fans.c: Format with clang-format
BUG=b:236386294
BRANCH=none
TEST=none
Change-Id: I4240d2a735ad17ce417103a18608270a877fa172
Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729044
Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/vell')
-rw-r--r-- | board/vell/fans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vell/fans.c b/board/vell/fans.c index fb2b29f502..c1a778627d 100644 --- a/board/vell/fans.c +++ b/board/vell/fans.c @@ -25,7 +25,7 @@ BUILD_ASSERT(ARRAY_SIZE(mft_channels) == MFT_CH_COUNT); static const struct fan_conf fan_conf_0 = { .flags = FAN_USE_RPM_MODE, - .ch = MFT_CH_0, /* Use MFT id to control fan */ + .ch = MFT_CH_0, /* Use MFT id to control fan */ .pgood_gpio = -1, .enable_gpio = GPIO_EN_PP5000_FAN, }; |