✗ CI.checkpatch: warning for drm: fix and enable warnings on unused static inlines
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 10 11:14:02 UTC 2024
== Series Details ==
Series: drm: fix and enable warnings on unused static inlines
URL : https://patchwork.freedesktop.org/series/138461/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f534fa4b77b3e83024e55060054716181f6e283d
Author: Jani Nikula <jani.nikula at intel.com>
Date: Tue Sep 10 13:03:44 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 bab1666fc2379a31ac48e7d61683d3edeaf29244 drm-intel
de3dc189662d drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused
-:7: WARNING:REPEATED_WORD: Possible repeated word: 'and'
#7:
Building with clang and and W=1 leads to warning about unused
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
e20d22957206 drm: renesas: rcar-du: annotate rcar_cmm_read() with __maybe_unused
-:7: WARNING:REPEATED_WORD: Possible repeated word: 'and'
#7:
Building with clang and and W=1 leads to warning about unused
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
3bc25096c844 drm/kmb: annotate set_test_mode_src_osc_freq_target_{low, hi}_bits() with __maybe_unused
-:7: WARNING:REPEATED_WORD: Possible repeated word: 'and'
#7:
Building with clang and and W=1 leads to warning about unused
total: 0 errors, 1 warnings, 0 checks, 16 lines checked
0252611af48a drm/bridge: ti-sn65dsi86: annotate ti_sn_pwm_pin_{request, release} with __maybe_unused
ae139a373053 drm/imagination: annotate pvr_fw_version_packed() with __maybe_unused
-:7: WARNING:REPEATED_WORD: Possible repeated word: 'and'
#7:
Building with clang and and W=1 leads to warning about unused
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
0b9bb07ff443 drm/meson: dw-hdmi: annotate dw_hdmi_dwc_write_bits() with __maybe_unused
-:7: WARNING:REPEATED_WORD: Possible repeated word: 'and'
#7:
Building with clang and and W=1 leads to warning about unused
total: 0 errors, 1 warnings, 0 checks, 14 lines checked
dd438fe895c0 drm/msmi: annotate pll_cmp_to_fdata() with __maybe_unused
-:6: WARNING:REPEATED_WORD: Possible repeated word: 'and'
#6:
Building with clang and and W=1 leads to warning about unused
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
f534fa4b77b3 drm: enable warnings on unused static inlines
More information about the Intel-xe
mailing list