[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add gamma/degamma LUT validation helpers
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 12 01:15:15 UTC 2018
== 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
More information about the Intel-gfx
mailing list