From 6c867258e9fe530b28a291a0f546bd4a8d897749 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 27 Jun 2022 14:10:53 -0600 Subject: board/volmar/fans.c: Format with clang-format BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ia16edb419e08dd42edc9e3e2b5ffa0c689861875 Signed-off-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729065 Reviewed-by: Jeremy Bettis --- board/volmar/fans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/volmar') diff --git a/board/volmar/fans.c b/board/volmar/fans.c index 4fb92f2cf4..7cc1737775 100644 --- a/board/volmar/fans.c +++ b/board/volmar/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, }; -- cgit v1.2.1