[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Keep a no-frills swappable copy of the default context state (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 29 17:33:34 UTC 2020
== Series Details ==
Series: drm/i915/gt: Keep a no-frills swappable copy of the default context state (rev4)
URL : https://patchwork.freedesktop.org/series/76678/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
c042783f5aa7 drm/i915/gt: Keep a no-frills swappable copy of the default context state
-:366: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#366:
new file mode 100644
-:588: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#588: FILE: drivers/gpu/drm/i915/gt/st_shmem_utils.c:10:
+ uint32_t datum = 0xdeadbeef;
-:589: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#589: FILE: drivers/gpu/drm/i915/gt/st_shmem_utils.c:11:
+ uint32_t result;
total: 0 errors, 1 warnings, 2 checks, 579 lines checked
More information about the Intel-gfx
mailing list