diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-05 09:51:57 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-12-05 15:29:43 +0000 |
commit | 7e51f15129b67407b2803f1b229b7d873a598d6b (patch) | |
tree | 705f861f30e6b98486c857ceaad84efc78d61c3e | |
parent | e46a41542b8c2b0ecef154fe0083863697cdbcb1 (diff) |
superio/fintek/f81866d: capitalize 'TODO'
Change-Id: I2879a8739012863837e23e60fed5eb6ee209dea0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37504
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/superio/fintek/f81866d/f81866d_hwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f81866d/f81866d_hwm.c b/src/superio/fintek/f81866d/f81866d_hwm.c index 8b6435ca5d..1b499689b1 100644 --- a/src/superio/fintek/f81866d/f81866d_hwm.c +++ b/src/superio/fintek/f81866d/f81866d_hwm.c @@ -17,7 +17,7 @@ */ /* Setup only for Fan2 - * Todo: Add support for Fan1 and Fan3 + * TODO: Add support for Fan1 and Fan3 */ #include <console/console.h> |