✓ CI.checkpatch: success for drm/xe: use IS_ENABLED() instead of defined() on config options
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 4 15:23:50 UTC 2024
== Series Details ==
Series: drm/xe: use IS_ENABLED() instead of defined() on config options
URL : https://patchwork.freedesktop.org/series/138216/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7ff937b73ba3ec907454ce2559ab14346b083515
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Sep 4 17:52:31 2024 +0300
drm/xe: use IS_ENABLED() instead of defined() on config options
Prefer IS_ENABLED() instead of defined() for checking whether a kconfig
option is enabled.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch c72d3ffc0308b71024de6f80c3596668991c67ea drm-intel
7ff937b73ba3 drm/xe: use IS_ENABLED() instead of defined() on config options
More information about the Intel-xe
mailing list