[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/params: Align visibility of device level and global modparams (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 26 18:36:04 UTC 2021
== Series Details ==
Series: drm/i915/params: Align visibility of device level and global modparams (rev2)
URL : https://patchwork.freedesktop.org/series/90588/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
2f2ca20ce0cd drm/i915/params: Align visibility of device level and global modparams
-:10: WARNING:TYPO_SPELLING: 'conditionaly' may be misspelled - perhaps 'conditionally'?
#10:
We have a few modparams which get conditionaly exposed based on a Kconfig
^^^^^^^^^^^^
-:35: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#35: FILE: drivers/gpu/drm/i915/i915_params.h:74:
+ param(unsigned long, fake_lmem_start, 0, IS_ENABLED(CONFIG_DRM_I915_UNSTABLE_FAKE_LMEM) ? 0400 : 0) \
-:36: WARNING:LONG_LINE: line length of 126 exceeds 100 columns
#36: FILE: drivers/gpu/drm/i915/i915_params.h:75:
+ param(unsigned int, request_timeout_ms, CONFIG_DRM_I915_REQUEST_TIMEOUT, CONFIG_DRM_I915_REQUEST_TIMEOUT ? 0600 : 0) \
total: 0 errors, 3 warnings, 0 checks, 22 lines checked
More information about the Intel-gfx
mailing list