== Series Details == Series: drm/doc/rfc: i915 VM_BIND feature design + uapi (rev3) URL : https://patchwork.freedesktop.org/series/93447/ State : warning == Summary == Error: dim checkpatch failed b4f01b5605b4 drm/doc/rfc: VM_BIND feature design document -:27: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #27: new file mode 100644 -:32: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #32: FILE: Documentation/gpu/rfc/i915_vm_bind.rst:1: +========================================== total: 0 errors, 2 warnings, 0 checks, 319 lines checked 50b7adcbd762 drm/i915: Update i915 uapi documentation e72771b5018c drm/doc/rfc: VM_BIND uapi definition Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:15: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #15: new file mode 100644 -:83: WARNING:LONG_LINE: line length of 126 exceeds 100 columns #83: FILE: Documentation/gpu/rfc/i915_vm_bind.h:64: +#define DRM_IOCTL_I915_GEM_VM_BIND DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_VM_BIND, struct drm_i915_gem_vm_bind) -:84: WARNING:LONG_LINE: line length of 128 exceeds 100 columns #84: FILE: Documentation/gpu/rfc/i915_vm_bind.h:65: +#define DRM_IOCTL_I915_GEM_VM_UNBIND DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_VM_UNBIND, struct drm_i915_gem_vm_bind) -:85: WARNING:LONG_LINE: line length of 142 exceeds 100 columns #85: FILE: Documentation/gpu/rfc/i915_vm_bind.h:66: +#define DRM_IOCTL_I915_GEM_WAIT_USER_FENCE DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_WAIT_USER_FENCE, struct drm_i915_gem_wait_user_fence) -:184: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #184: FILE: Documentation/gpu/rfc/i915_vm_bind.h:165: +#define I915_VM_BIND_FENCE_WAIT (1<<0) ^ -:185: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #185: FILE: Documentation/gpu/rfc/i915_vm_bind.h:166: +#define I915_VM_BIND_FENCE_SIGNAL (1<<1) ^ -:252: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #252: FILE: Documentation/gpu/rfc/i915_vm_bind.h:233: +#define I915_VM_BIND_USER_FENCE_WAIT (1<<0) ^ -:253: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #253: FILE: Documentation/gpu/rfc/i915_vm_bind.h:234: +#define I915_VM_BIND_USER_FENCE_SIGNAL (1<<1) ^ total: 0 errors, 4 warnings, 4 checks, 399 lines checked