build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29847 )
Change subject: src: Remove duplicated round up function ......................................................................
Patch Set 5:
(2 comments)
https://review.coreboot.org/#/c/29847/5/src/soc/nvidia/tegra210/include/soc/... File src/soc/nvidia/tegra210/include/soc/clock.h:
https://review.coreboot.org/#/c/29847/5/src/soc/nvidia/tegra210/include/soc/... PS5, Line 327: #define get_i2c_clk_div(src,freq) (DIV_ROUND_UP(src, (freq) * (0x19 + 1) * 8) - 1) line over 80 characters
https://review.coreboot.org/#/c/29847/5/src/soc/nvidia/tegra210/include/soc/... PS5, Line 327: #define get_i2c_clk_div(src,freq) (DIV_ROUND_UP(src, (freq) * (0x19 + 1) * 8) - 1) space required after that ',' (ctx:VxV)