[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/gvt: give the cmd parser decode_info a const treatment
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 8 14:43:02 UTC 2019
== Series Details ==
Series: series starting with [1/2] drm/i915/gvt: give the cmd parser decode_info a const treatment
URL : https://patchwork.freedesktop.org/series/54884/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
52fd4ad1e302 drm/i915/gvt: give the cmd parser decode_info a const treatment
d503188b9021 drm/i915/gvt: give the cmd parser cmd_info a const treatment
-:52: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#52: FILE: drivers/gpu/drm/i915/gvt/cmd_parser.c:629:
+static inline const struct cmd_info *find_cmd_entry(struct intel_gvt *gvt,
unsigned int opcode, int ring_id)
-:61: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#61: FILE: drivers/gpu/drm/i915/gvt/cmd_parser.c:642:
+static inline const struct cmd_info *get_cmd_info(struct intel_gvt *gvt,
u32 cmd, int ring_id)
-:106: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#106: FILE: drivers/gpu/drm/i915/gvt/cmd_parser.c:2899:
+static const struct cmd_info *find_cmd_entry_any_ring(struct intel_gvt *gvt,
unsigned int opcode, unsigned long rings)
total: 0 errors, 0 warnings, 3 checks, 100 lines checked
More information about the Intel-gfx
mailing list