== Series Details ==

Series: drm/i915/display: revamped crtc iterators
URL   : https://patchwork.freedesktop.org/series/138886/
State : warning

== Summary ==

Error: dim checkpatch failed
ea15e9062cea drm/i915/display: add improved crtc iterators
-:32: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does 
MAINTAINERS need updating?
#32: 
new file mode 100644

-:104: CHECK:LINE_SPACING: Please don't use multiple blank lines
#104: FILE: drivers/gpu/drm/i915/display/intel_crtc_iter.c:68:
+
+

-:218: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in 
parentheses
#218: FILE: drivers/gpu/drm/i915/display/intel_crtc_iter.h:82:
+#define intel_crtc_iter_for_each(crtc, iter) \
+       while (((crtc) = (iter)->get_next(iter)))

-:218: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'iter' - possible 
side-effects?
#218: FILE: drivers/gpu/drm/i915/display/intel_crtc_iter.h:82:
+#define intel_crtc_iter_for_each(crtc, iter) \
+       while (((crtc) = (iter)->get_next(iter)))

total: 1 errors, 1 warnings, 2 checks, 195 lines checked
3d6cef176432 drm/i915/display: try out the new crtc iterators


Reply via email to