✓ CI.checkpatch: success for drm: enable warnings on unused static inlines
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 4 12:55:28 UTC 2024
== Series Details ==
Series: drm: enable warnings on unused static inlines
URL : https://patchwork.freedesktop.org/series/138205/
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 c867be1239a3fcb451a5e18f9dcaf7b16cf48941
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Sep 4 15:38:19 2024 +0300
drm: enable warnings on unused static inlines
We enable most W=1 warnings by default subsystem wide. Also enable
warnings on unused static inlines when building with clang.
See also commit 6863f5643dd7 ("kbuild: allow Clang to find unused static
inline functions for W=1 build").
Cc: Nathan Chancellor <nathan at kernel.org>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch c72d3ffc0308b71024de6f80c3596668991c67ea drm-intel
c867be1239a3 drm: enable warnings on unused static inlines
More information about the Intel-xe
mailing list