== Series Details ==

Series: drm: Add support for DP 1.4 Compliance edid corruption test
URL   : https://patchwork.freedesktop.org/series/70530/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
b54f4dbd2bed drm: Add support for DP 1.4 Compliance edid corruption test
-:37: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each 
line
#37: FILE: drivers/gpu/drm/drm_dp_helper.c:355:
+/**
+  * drm_dp_send_real_edid_checksum() - send back real edid checksum value

-:44: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#44: FILE: drivers/gpu/drm/drm_dp_helper.c:362:
+bool drm_dp_send_real_edid_checksum(struct drm_dp_aux *aux,
+                                       u8 real_edid_checksum)

-:140: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each 
line
#140: FILE: include/drm/drm_connector.h:1353:
+       /**
+       * @real_edid_checksum: real edid checksum value for corrupted edid 
block.

-:144: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u8' over 'uint8_t'
#144: FILE: include/drm/drm_connector.h:1357:
+       uint8_t real_edid_checksum;

-:157: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#157: FILE: include/drm/drm_dp_helper.h:1461:
+bool drm_dp_send_real_edid_checksum(struct drm_dp_aux *aux,
+                                       u8 real_edid_checksum);

total: 0 errors, 2 warnings, 3 checks, 111 lines checked

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to