✗ CI.checkpatch: warning for drm/xe/oa: Increase default OA buffer size to 128 M (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Sat Oct 26 18:01:44 UTC 2024
== Series Details ==
Series: drm/xe/oa: Increase default OA buffer size to 128 M (rev2)
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 e97286af26c2099b564a273b3429b32a32d0b8d7
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 3ec61d11c7429a65dcc3ac46b9e845f13891a306 drm-intel
e97286af26c2 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