✗ CI.checkpatch: warning for drm/xe/guc: Add more GuC CT states

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 19 17:47:16 UTC 2023


== Series Details ==

Series: drm/xe/guc: Add more GuC CT states
URL   : https://patchwork.freedesktop.org/series/127982/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c030aa07e278112953ac7faddd26b245bc513928
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Dec 19 09:28:24 2023 -0800

    drm/xe/guc: Add more GuC CT states
    
    The Guc CT has more than enabled / disables states rather it has 4. The
    4 states are not initialized, disabled, drop messages, and enabled.
    Change the code to reflect this. These states will enable proper return
    codes from functions and therefore enable proper error messages.
    
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Tejas Upadhyay <tejas.upadhyay at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch a16a6c075a3d400fa8d0e51d22bb77c211048f44 drm-intel
c030aa07e drm/xe/guc: Add more GuC CT states
-:202: WARNING:TYPO_SPELLING: 'recieved' may be misspelled - perhaps 'received'?
#202: FILE: drivers/gpu/drm/xe/xe_guc_ct_types.h:80:
+ * @XE_GUC_CT_STATE_ENABLED: CT enabled, messages sent / recieved in this state
                                                          ^^^^^^^^

-:221: WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#221: FILE: drivers/gpu/drm/xe/xe_guc_ct_types.h:114:
+	enum xe_guc_ct_state state;;

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




More information about the Intel-xe mailing list