summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:01:59 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 05:18:56 +0000
commitca2c12f6510319aded1661c029caf1bfd8bac30a (patch)
treea0c6c983fe2a2b6d40fd9036bf0ce46f060f72a7 /board
parent99511274de8f1fcd50b76e576a7b47fed2f79ce1 (diff)
downloadchrome-ec-ca2c12f6510319aded1661c029caf1bfd8bac30a.tar.gz
board/redrix/fans.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ia3c207841d3d9861e4d54e8a11bb5d752a02f22a Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728858 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/redrix/fans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/redrix/fans.c b/board/redrix/fans.c
index d464eeab67..1d736dff4d 100644
--- a/board/redrix/fans.c
+++ b/board/redrix/fans.c
@@ -30,14 +30,14 @@ 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,
};
static const struct fan_conf fan_conf_1 = {
.flags = FAN_USE_RPM_MODE,
- .ch = MFT_CH_1, /* Use MFT id to control fan */
+ .ch = MFT_CH_1, /* Use MFT id to control fan */
.pgood_gpio = -1,
.enable_gpio = GPIO_EN_PP5000_FAN2,
};