Attention is currently required from: Shiyu Sun. Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/49786 )
Change subject: realtek_mst_i2c_spi.c: Skip return value check for reset function ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File realtek_mst_i2c_spi.c:
https://review.coreboot.org/c/flashrom/+/49786/comment/379f5bc7_c83ccdd4 PS1, Line 431: /* Return value for reset mpu is not checked since : * the return value is not guaranteed to be 0 on a : * success reset. Currently there is no way to fix that. : * For more details see b:147402710. */ Comment style should be:
/* * Return value for reset mpu is not checked since * the return value is not guaranteed to be 0 on a * success reset. Currently there is no way to fix * that. For more details see b:147402710. */