Once you see it, you cannot unsee:
+#ifndef MSM_VIDC_EMPTY_BRACE
+#define MSM_VIDC_EMPTY_BRACE {},
+#endif
...
+static const struct of_device_id msm_vidc_dt_match[] = {
+ {.compatible = "..."},
...
+ MSM_VIDC_EMPTY_BRACE
+};
We are back to the past! To year 2000-something to be precise. This reminds me ARM Mali Linux kernel drivers which were using MALI_SUCCESS instead of return 0.
Cleanup of inactive maintainer entries is coming :) - docs: maintainer: document expectations of small time maintainers