[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/edid: overhaul displayid iterator (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 10 09:26:39 UTC 2021


== Series Details ==

Series: drm/edid: overhaul displayid iterator (rev2)
URL   : https://patchwork.freedesktop.org/series/87802/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
4c9b64816221 drm/edid: make a number of functions, parameters and variables const
6e714eb67565 drm/displayid: add separate drm_displayid.c
-:30: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#30: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 175 lines checked
2cd7c9986b9e drm/displayid: add new displayid section/block iterators
-:141: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#141: FILE: include/drm/drm_displayid.h:125:
+#define displayid_iter_for_each(__block, __iter) \
+	while (((__block) = __displayid_iter_next(__iter)))

total: 1 errors, 0 warnings, 0 checks, 99 lines checked
e1b0237e413c drm/edid: use the new displayid iterator for detailed modes
742b27ceab41 drm/edid: use the new displayid iterator for finding CEA extension
7a1e03ddde50 drm/edid: use the new displayid iterator for tile info




More information about the Intel-gfx mailing list