✓ CI.checkpatch: success for drm/xe: clean up type of GUC_HXG_MSG_0_ORIGIN
Patchwork
patchwork at emeril.freedesktop.org
Mon Jan 8 09:09:41 UTC 2024
== Series Details ==
Series: drm/xe: clean up type of GUC_HXG_MSG_0_ORIGIN
URL : https://patchwork.freedesktop.org/series/128312/
State : success
== 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 40d94fd2d0ea055e71d99b0ce0b69d6f88f3e1e1
Author: Dan Carpenter <dan.carpenter at linaro.org>
Date: Mon Jan 8 12:05:57 2024 +0300
drm/xe: clean up type of GUC_HXG_MSG_0_ORIGIN
The GUC_HXG_MSG_0_ORIGIN definition should be unsigned. Currently it is
defined as INT_MIN. This doesn't cause a problem currently but it's
still worth cleaning up.
Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
+ /mt/dim checkpatch cca0607b6f6a21bee68c092ed7ad9f3322e54523 drm-intel
40d94fd2d drm/xe: clean up type of GUC_HXG_MSG_0_ORIGIN
More information about the Intel-xe
mailing list