[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: move trace_i915_reg_rw() to a separate file

Patchwork patchwork at emeril.freedesktop.org
Tue May 19 00:23:51 UTC 2020


== Series Details ==

Series: series starting with [1/2] drm/i915: move trace_i915_reg_rw() to a separate file
URL   : https://patchwork.freedesktop.org/series/77378/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
caee6db994c4 drm/i915: move trace_i915_reg_rw() to a separate file
-:66: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#66: 
new file mode 100644

-:85: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#85: FILE: drivers/gpu/drm/i915/i915_trace_reg_rw.h:15:
+TRACE_EVENT_CONDITION(i915_reg_rw,
+	TP_PROTO(bool write, i915_reg_t reg, u64 val, int len, bool trace),

-:91: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#91: FILE: drivers/gpu/drm/i915/i915_trace_reg_rw.h:21:
+	TP_STRUCT__entry(

-:98: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#98: FILE: drivers/gpu/drm/i915/i915_trace_reg_rw.h:28:
+	TP_fast_assign(

-:106: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#106: FILE: drivers/gpu/drm/i915/i915_trace_reg_rw.h:36:
+	TP_printk("%s reg=0x%x, len=%d, val=(0x%x, 0x%x)",
+		__entry->write ? "write" : "read",

total: 0 errors, 1 warnings, 4 checks, 84 lines checked
7f37c24c1d4b drm/i915: trace intel_uncore_*_fw()



More information about the Intel-gfx mailing list