HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39932 )
Change subject: superio/winbond: Improve code formatting ......................................................................
Patch Set 2:
(1 comment)
Thx
https://review.coreboot.org/c/coreboot/+/39932/2/src/superio/winbond/w83627e... File src/superio/winbond/w83627ehg/w83627ehg.h:
https://review.coreboot.org/c/coreboot/+/39932/2/src/superio/winbond/w83627e... PS2, Line 7: #define W83627EHG_FDC 0 /* Floppy */ : #define W83627EHG_PP 1 /* Parallel port */ : #define W83627EHG_SP1 2 /* Com1 */ : #define W83627EHG_SP2 3 /* Com2 */ : #define W83627EHG_KBC 5 /* PS/2 keyboard & mouse */ : #define W83627EHG_WDTO_PLED 8 /* Watchdog timer timeout, power LED */ : #define W83627EHG_ACPI 10 /* ACPI */ : #define W83627EHG_HWM 11 /* Hardware monitor */
add one more tab so those align with the ones below?
Done