[Intel-xe] ✗ CI.checkpatch: warning for series starting with [1/2] devcoredump: Add dev_coredump_put()
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 23 19:07:06 UTC 2023
== Series Details ==
Series: series starting with [1/2] devcoredump: Add dev_coredump_put()
URL : https://patchwork.freedesktop.org/series/126837/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e8a146af55aa9f0321a9b09b0c42104af3026b42
Author: José Roberto de Souza <jose.souza at intel.com>
Date: Thu Nov 23 10:06:05 2023 -0800
drm/xe: Remove devcoredump during driver release
This will remove devcoredump and its resources during driver release.
This fix the driver unload after a engine happend, without this
it would report that xe.ko is still in use.
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch 1832821c7e4c5bd24353183f060f1435b2eb7992 drm-intel
1aa28757a devcoredump: Add dev_coredump_put()
-:66: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#66: FILE: include/linux/devcoredump.h:90:
}
+static inline void dev_coredump_put(struct device *dev)
total: 0 errors, 0 warnings, 1 checks, 44 lines checked
e8a146af5 drm/xe: Remove devcoredump during driver release
-:10: WARNING:TYPO_SPELLING: 'happend' may be misspelled - perhaps 'happened'?
#10:
This fix the driver unload after a engine happend, without this
^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 54 lines checked
More information about the Intel-xe
mailing list