summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2022-08-16 00:48:00 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-17 00:15:10 +0000
commit78a6389f919d15573a6d5447a64be00d65048ee5 (patch)
tree1e407c23e5103d95c7aa41e9b7e711fbc2447bba
parent9e1ae3735846a3e8177c5e7556d282a63f97c60c (diff)
downloadchrome-ec-78a6389f919d15573a6d5447a64be00d65048ee5.tar.gz
npcx/fan: Fix mft_set_apb1_prescaler description
This fixes the description of mft_set_apb1_prescaler(). BUG=none BRANCH=none TEST=buildall passes Change-Id: Ia683f0d004021e62bba322440c5562c0940a4e79 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3833922 Commit-Queue: Boris Mittelberg <bmbm@google.com> Reviewed-by: Boris Mittelberg <bmbm@google.com>
-rw-r--r--chip/npcx/fan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/fan.c b/chip/npcx/fan.c
index c6ed978dbe..bb99c24afd 100644
--- a/chip/npcx/fan.c
+++ b/chip/npcx/fan.c
@@ -144,7 +144,7 @@ static int mft_fan_rpm(int ch)
/**
* Set fan prescaler based on apb1 clock
*
- * @param none
+ * @param ch operation channel
* @return none
* @notes changed when initial or HOOK_FREQ_CHANGE command
*/