[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: Limit the length of an sg list to the requested length
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 19 23:49:27 UTC 2023
== Series Details ==
Series: i915: Limit the length of an sg list to the requested length
URL : https://patchwork.freedesktop.org/series/123940/
State : warning
== Summary ==
Error: dim checkpatch failed
2d1f0e6ceb63 i915: Limit the length of an sg list to the requested length
-:20: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#20:
Reported-by: Oleksandr Natalenko <oleksandr at natalenko.name>
Tested-by: Oleksandr Natalenko <oleksandr at natalenko.name>
-:40: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#40: FILE: drivers/gpu/drm/i915/gem/i915_gem_shmem.c:155:
+ nr_pages = min_t(unsigned long,
+ folio_nr_pages(folio), page_count - i);
total: 0 errors, 1 warnings, 1 checks, 32 lines checked
More information about the Intel-gfx
mailing list