Skip to content

kmsro: Fix confusing comma expression

Neil Roberts requested to merge nroberts/mesa:kmsro-comma into main

It looks like this was a copy-and-paste mistake in 827e0d66 where the initialiser was moved from being a struct initialiser to a standalone statement. Some of them were fixed with an unrelated change in 18721839 but not all of them. This shouldn’t make any practical difference to the compiled code.

Merge request reports