build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61594 )
Change subject: src/driver/wifi: Add _DSM method for DDRRFIM ......................................................................
Patch Set 1:
(2 comments)
File src/drivers/wifi/generic/acpi.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-139877): https://review.coreboot.org/c/coreboot/+/61594/comment/3e818470_df91afae PS1, Line 489: union wifi_sar_limits sar_limits = {{NULL, NULL, NULL, NULL, NULL}}; space required after that close brace '}'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-139877): https://review.coreboot.org/c/coreboot/+/61594/comment/83ec7f96_2a093784 PS1, Line 511: if (sar_limits.dsm != NULL) { braces {} are not necessary for single statement blocks