== Series Details ==

Series: Add gamma/degamma LUT validation helpers
URL   : https://patchwork.freedesktop.org/series/53929/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
520a78550419 drm: Add color management LUT validation helpers
-:69: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#69: FILE: drivers/gpu/drm/drm_color_mgmt.c:510:
+               if (entry[i].red < entry[i-1].red ||
                                          ^

-:70: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#70: FILE: drivers/gpu/drm/drm_color_mgmt.c:511:
+                   entry[i].green < entry[i-1].green ||
                                            ^

-:71: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#71: FILE: drivers/gpu/drm/drm_color_mgmt.c:512:
+                   entry[i].blue < entry[i-1].blue)
                                           ^

total: 0 errors, 0 warnings, 3 checks, 63 lines checked
a98821b8fc98 drm/i915: Validate userspace-provided color management LUT's

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to