== Series Details == Series: eventfd: simplify signal helpers (rev2) URL : https://patchwork.freedesktop.org/series/120668/ State : warning == Summary == Error: dim checkpatch failed e92bae5ad94b i915: make inject_virtual_interrupt() void bfcd18e1f64a eventfd: simplify eventfd_signal() -:465: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #465: FILE: drivers/vhost/vhost.h:251: if ((vq)->error_ctx) \ + eventfd_signal((vq)->error_ctx);\ total: 0 errors, 1 warnings, 0 checks, 471 lines checked f60980b7c2ce eventfd: simplify eventfd_signal_mask() -:66: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #66: FILE: include/linux/eventfd.h:66: +static inline int eventfd_signal_mask(struct eventfd_ctx *ctx, unsigned mask) total: 0 errors, 1 warnings, 0 checks, 60 lines checked e27025df3d70 eventfd: make eventfd_signal{_mask}() void -:98: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #98: FILE: include/linux/eventfd.h:60: +static inline void eventfd_signal_mask(struct eventfd_ctx *ctx, unsigned mask) total: 0 errors, 1 warnings, 0 checks, 96 lines checked