[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Stop doing writeback from the shrinker
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 10 15:02:25 UTC 2021
== Series Details ==
Series: drm/i915: Stop doing writeback from the shrinker
URL : https://patchwork.freedesktop.org/series/97856/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
ea5ef6ccbc42 drm/i915: Stop doing writeback from the shrinker
-:9: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 2d6692e642e7 ("drm/i915: Start writeback from the shrinker")'
#9:
This effectively removes writeback which was added in 2d6692e642e7
-:14: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 5537252b6b6d ("drm/i915: Invalidate our pages under memory pressure")'
#14:
5537252b6b6d ("drm/i915: Invalidate our pages under memory pressure")
-:281: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#281: FILE: drivers/gpu/drm/i915/gem/i915_gem_shrinker.c:72:
+ if (obj->base.filp)$
-:281: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 16)
#281: FILE: drivers/gpu/drm/i915/gem/i915_gem_shrinker.c:72:
+ if (obj->base.filp)
+ invalidate_mapping_pages(file_inode(obj->base.filp)->i_mapping,
total: 2 errors, 2 warnings, 0 checks, 187 lines checked
More information about the Intel-gfx
mailing list