✗ CI.checkpatch: warning for drm/xe/pm: Add trace for pm functions

Patchwork patchwork at emeril.freedesktop.org
Wed Jul 17 11:51:50 UTC 2024


== Series Details ==

Series: drm/xe/pm: Add trace for pm functions
URL   : https://patchwork.freedesktop.org/series/136186/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0a80180987b3e00b374c204307252c4cafd3db21
Author: Nirmoy Das <nirmoy.das at intel.com>
Date:   Wed Jul 17 13:29:08 2024 +0200

    drm/xe/pm: Add trace for pm functions
    
    Add trace for xe pm function for better debuggability.
    
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch cf52b34c47ed2a05c46193f0b9807ffd8838dbd8 drm-intel
0a80180987b3 drm/xe/pm: Add trace for pm functions
-:84: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#84: FILE: drivers/gpu/drm/xe/xe_trace.h:376:
+		    TP_STRUCT__entry(

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

-:98: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#98: FILE: drivers/gpu/drm/xe/xe_trace.h:390:
+DEFINE_EVENT(xe_pm_runtime, xe_pm_runtime_get,
+		TP_PROTO(struct xe_device *xe, void *caller),

-:108: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#108: FILE: drivers/gpu/drm/xe/xe_trace.h:400:
+DEFINE_EVENT(xe_pm_runtime, xe_pm_resume,
+		TP_PROTO(struct xe_device *xe, void *caller),

-:113: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#113: FILE: drivers/gpu/drm/xe/xe_trace.h:405:
+DEFINE_EVENT(xe_pm_runtime, xe_pm_suspend,
+		TP_PROTO(struct xe_device *xe, void *caller),

-:118: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#118: FILE: drivers/gpu/drm/xe/xe_trace.h:410:
+DEFINE_EVENT(xe_pm_runtime, xe_pm_runtime_resume,
+		TP_PROTO(struct xe_device *xe, void *caller),

total: 0 errors, 0 warnings, 6 checks, 102 lines checked




More information about the Intel-xe mailing list