Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38652 )
Change subject: src/superio/*: Fix typos ......................................................................
src/superio/*: Fix typos
Found by: util/lint/checkpatch.pl --types TYPO_SPELLING --fix-inplace --strict --terse -f $(find src/superio -name '*.[ch]')
Change-Id: I36fd8cfeffdaf81d7ac646bab7ffac3e36c77879 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M src/superio/fintek/f81866d/f81866d_hwm.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/38652/1
diff --git a/src/superio/fintek/f81866d/f81866d_hwm.c b/src/superio/fintek/f81866d/f81866d_hwm.c index 1b49968..791ff4e 100644 --- a/src/superio/fintek/f81866d/f81866d_hwm.c +++ b/src/superio/fintek/f81866d/f81866d_hwm.c @@ -41,7 +41,7 @@ #define HWM_FAN_MODE 0x96 #define HWM_FAN2_TEMP_MAP_SEL 0xBF
-// Fan 2 - 4 Boundries +// Fan 2 - 4 Boundaries #define HWM_FAN2_BOUND1 0xB6 #define HWM_FAN2_BOUND2 0xB7 #define HWM_FAN2_BOUND3 0xB8 @@ -81,7 +81,7 @@ /* Select FAN Mode*/ pnp_write_index(port, HWM_FAN_MODE, reg->hwm_fan_mode);
- /* Set Boundries */ + /* Set Boundaries */ pnp_write_index(port, HWM_FAN2_BOUND1, reg->hwm_fan2_bound1); pnp_write_index(port, HWM_FAN2_BOUND2, reg->hwm_fan2_bound2); pnp_write_index(port, HWM_FAN2_BOUND3, reg->hwm_fan2_bound3);
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38652 )
Change subject: src/superio/*: Fix typos ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38652 )
Change subject: src/superio/*: Fix typos ......................................................................
src/superio/*: Fix typos
Found by: util/lint/checkpatch.pl --types TYPO_SPELLING --fix-inplace --strict --terse -f $(find src/superio -name '*.[ch]')
Change-Id: I36fd8cfeffdaf81d7ac646bab7ffac3e36c77879 Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/38652 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: HAOUAS Elyes ehaouas@noos.fr --- M src/superio/fintek/f81866d/f81866d_hwm.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved
diff --git a/src/superio/fintek/f81866d/f81866d_hwm.c b/src/superio/fintek/f81866d/f81866d_hwm.c index 515bc41..e6333f5 100644 --- a/src/superio/fintek/f81866d/f81866d_hwm.c +++ b/src/superio/fintek/f81866d/f81866d_hwm.c @@ -26,7 +26,7 @@ #define HWM_FAN_MODE 0x96 #define HWM_FAN2_TEMP_MAP_SEL 0xBF
-// Fan 2 - 4 Boundries +// Fan 2 - 4 Boundaries #define HWM_FAN2_BOUND1 0xB6 #define HWM_FAN2_BOUND2 0xB7 #define HWM_FAN2_BOUND3 0xB8 @@ -66,7 +66,7 @@ /* Select FAN Mode*/ pnp_write_index(port, HWM_FAN_MODE, reg->hwm_fan_mode);
- /* Set Boundries */ + /* Set Boundaries */ pnp_write_index(port, HWM_FAN2_BOUND1, reg->hwm_fan2_bound1); pnp_write_index(port, HWM_FAN2_BOUND2, reg->hwm_fan2_bound2); pnp_write_index(port, HWM_FAN2_BOUND3, reg->hwm_fan2_bound3);
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38652 )
Change subject: src/superio/*: Fix typos ......................................................................
Patch Set 2:
Automatic boot test returned (PASS/FAIL/TOTAL): 3/0/3 Emulation targets: EMULATION_QEMU_X86_Q35 using payload TianoCore : SUCCESS : https://lava.9esec.io/r/350 EMULATION_QEMU_X86_Q35 using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/349 EMULATION_QEMU_X86_I440FX using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/348
Please note: This test is under development and might not be accurate at all!