✗ CI.checkpatch: warning for series starting with [1/4] devcoredump: Add dev_coredump_put()

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 27 21:05:56 UTC 2024


== Series Details ==

Series: series starting with [1/4] devcoredump: Add dev_coredump_put()
URL   : https://patchwork.freedesktop.org/series/130459/
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
9ab59fc4b7cb7663906ac4471a262434aef57f03
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9e1b283e2e8c2110b4efc0fcaf8ebf07aa0a661b
Author: José Roberto de Souza <jose.souza at intel.com>
Date:   Tue Feb 27 13:00:08 2024 -0800

    drm/xe: Increase devcoredump timeout
    
    5 minutes is too short for a regular user to search and understand
    what he needs to do to report capture devcoredump and report a bug to
    us, so here increasing this timeout to 1 hour.
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch 0d7a78693be62a8d1cd311376815b89b18de8204 drm-intel
838e8051e61d devcoredump: Add dev_coredump_put()
-:70: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#70: FILE: include/linux/devcoredump.h:90:
 }
+static inline void dev_coredump_put(struct device *dev)

total: 0 errors, 0 warnings, 1 checks, 45 lines checked
263b90f2282f devcoredump: Add dev_coredump_timeout_set()
dcbc1555bb24 drm/xe: Remove devcoredump during driver release
-:62: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#62: FILE: drivers/gpu/drm/xe/xe_devcoredump.h:19:
 }
+static inline int xe_devcoredump_init(struct xe_device *xe)

total: 0 errors, 0 warnings, 1 checks, 54 lines checked
9e1b283e2e8c drm/xe: Increase devcoredump timeout




More information about the Intel-xe mailing list