✗ CI.checkpatch: warning for drm/xe/oa: Increase default OA buffer size to 128 M

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 24 09:59:20 UTC 2024


== Series Details ==

Series: drm/xe/oa: Increase default OA buffer size to 128 M
URL   : https://patchwork.freedesktop.org/series/140390/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a707d5d69ce28f552b0226f280ac257e221fc6a8
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Wed Oct 23 11:11:55 2024 -0700

    drm/xe/oa: Increase default OA buffer size to 128 M
    
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 3d45ea06af2c04db741c142380d97001b3cdb5da drm-intel
a707d5d69ce2 drm/xe/oa: Increase default OA buffer size to 128 M
-:7: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

-:48: ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#48: FILE: drivers/gpu/drm/xe/xe_oa.c:1094:
+			     XE_OA_BUFFER_SIZE == SZ_128M ? OAG_OA_DEBUG_BUF_SIZE_SELECT: 0);
 			                                                                ^

-:48: WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#48: FILE: drivers/gpu/drm/xe/xe_oa.c:1094:
+			     XE_OA_BUFFER_SIZE == SZ_128M ? OAG_OA_DEBUG_BUF_SIZE_SELECT: 0);

total: 1 errors, 2 warnings, 0 checks, 49 lines checked




More information about the Intel-xe mailing list