[Intel-xe] ✗ CI.checkpatch: warning for Add mmio register rw tracing (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 20 19:37:54 UTC 2023


== Series Details ==

Series: Add mmio register rw tracing (rev2)
URL   : https://patchwork.freedesktop.org/series/119312/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b467a47e1c6e58a738a4fa4305f13702c32c781a
Author: Radhakrishna Sripada <radhakrishna.sripada at intel.com>
Date:   Tue Jun 20 12:32:29 2023 -0700

    drm/xe: Add reg read/write trace
    
    This will help debug register read/writes and provide
    a way to trace all the mmio transactions.
    
    In order to avoid spam from xe_mmio_wait32,
    xe_mmio_read32_notrace is introduced and used.
    
    v2: Do not use inline for the function declarations.(MattR)
    
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Matt Roper <matthew.d.roper at intel.com>
    Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada at intel.com>
+ /mt/dim checkpatch f0727faae3ac98601f3f4299a967f26542b3e482 drm-intel
6da586113 drm/xe: Move mmio read/write functions to xe_mmio.c
b467a47e1 drm/xe: Add reg read/write trace
-:259: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#259: FILE: drivers/gpu/drm/xe/xe_trace.h:520:
+	    TP_STRUCT__entry(

-:266: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#266: FILE: drivers/gpu/drm/xe/xe_trace.h:527:
+	    TP_fast_assign(

total: 0 errors, 0 warnings, 2 checks, 232 lines checked




More information about the Intel-xe mailing list