✗ CI.checkpatch: warning for series starting with [CI,01/13] drm/xe: Add callback support for driver remove

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 13 19:35:03 UTC 2025


== Series Details ==

Series: series starting with [CI,01/13] drm/xe: Add callback support for driver remove
URL   : https://patchwork.freedesktop.org/series/144821/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 744788353081b4ed675126f519babb781e249e68
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Thu Feb 13 11:29:09 2025 -0800

    drm/xe/hwmon: Stop ignoring errors on probe
    
    Not registering hwmon because it's not available (SRIOV_VF and DGFX) is
    different from failing the initialization. Handle the errors
    appropriately.
    
    Cc: Badal Nilawar <badal.nilawar at intel.com>
    Cc: Karthik Poosa <karthik.poosa at intel.com>
    Reviewed-by: Raag Jadav <raag.jadav at intel.com>
    Reviewed-by: Badal Nilawar <badal.nilawar at intel.com>
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 4570ecc1f49b000dbba61bb05e22ef5db89382b7 drm-intel
2d12e15a1227 drm/xe: Add callback support for driver remove
-:38: WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#38: FILE: drivers/gpu/drm/xe/xe_device.c:70:
+	void (*action)(void *);

total: 0 errors, 1 warnings, 0 checks, 138 lines checked
c38d58c4f767 drm/xe: Fix xe_display_fini() calls
187a48603b01 drm/xe: Fix error handling in xe_irq_install()
05d5f48bcc89 drm/xe: Fix xe_tile_init_noalloc() error propagation
1ac7fe2906fe drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
b6ef870935aa drm/xe: Remove leftover pxp comment
9d636bf64302 drm/xe: Cleanup unwind of gt initialization
a74c1d6564fa drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()
dd702e1a5c61 drm/xe/oa: Move fini to xe_oa
5c078c906477 drm/xe: Move drm_dev_unplug() out of display function
f29a2d7cbfa1 drm/xe/oa: Handle errors in xe_oa_register()
6740ae37e45c drm/xe/pmu: Fail probe if xe_pmu_register() fails
744788353081 drm/xe/hwmon: Stop ignoring errors on probe




More information about the Intel-xe mailing list