[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/edid: overhaul displayid iterator (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 29 14:04:07 UTC 2021
== Series Details ==
Series: drm/edid: overhaul displayid iterator (rev3)
URL : https://patchwork.freedesktop.org/series/87802/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
7e7342d215ff drm/edid: make a number of functions, parameters and variables const
d0337807fed3 drm/displayid: add separate drm_displayid.c
-:34: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#34:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 175 lines checked
df2339d6ea39 drm/displayid: add new displayid section/block iterators
-:149: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#149: 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
4096d6cff65a drm/edid: use the new displayid iterator for detailed modes
b4a04fbb258a drm/edid: use the new displayid iterator for finding CEA extension
7a3c9bd06b98 drm/edid: use the new displayid iterator for tile info
bf3edd798098 drm/displayid: allow data blocks with 0 payload length
fc942436e112 drm/displayid: rename displayid_hdr to displayid_header
More information about the Intel-gfx
mailing list