== Series Details ==
Series: drm/i915: Use Transparent Hugepages when IOMMU is enabled (rev2)
URL : https://patchwork.freedesktop.org/series/93122/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
2f994050d821 drm/i915: Use Transparent Hugepages when IOMMU is enabled
-:6: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+
chars of sha1> ("<title line>")' - ie: 'commit 9987da4b5dcf ("drm/i915: Disable
THP until we have a GPU read BW W/A")'
#6:
Usage of Transparent Hugepages was disabled in 9987da4b5dcf
-:130: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit
<12+ chars of sha1> ("<title line>")' - ie: 'commit b901bb89324a
("drm/i915/gemfs: enable THP")'
#130:
References: b901bb89324a ("drm/i915/gemfs: enable THP")
-:131: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description
(prefer a maximum 75 chars per line)
#131:
References: 9987da4b5dcf ("drm/i915: Disable THP until we have a GPU read BW
W/A")
-:131: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit
<12+ chars of sha1> ("<title line>")' - ie: 'commit 9987da4b5dcf ("drm/i915:
Disable THP until we have a GPU read BW W/A")'
#131:
References: 9987da4b5dcf ("drm/i915: Disable THP until we have a GPU read BW
W/A")
-:177: WARNING:STATIC_CONST_CHAR_ARRAY: static char array declaration should
probably be static const char
#177: FILE: drivers/gpu/drm/i915/gem/i915_gemfs.c:36:
+ static char huge_opt[] = "huge=within_size"; /* r/w */
total: 3 errors, 2 warnings, 0 checks, 42 lines checked