== Series Details ==

Series: eventfd: simplify signal helpers
URL   : https://patchwork.freedesktop.org/series/120668/
State : warning

== Summary ==

Error: dim checkpatch failed
aae8a1d97489 eventfd: simplify eventfd_signal()
-:436: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional 
statements (16, 32)
#436: FILE: drivers/vhost/vhost.h:251:
                if ((vq)->error_ctx)                               \
+                               eventfd_signal((vq)->error_ctx);\

total: 0 errors, 1 warnings, 0 checks, 439 lines checked
6b3c28be92b7 eventfd: simplify eventfd_signal_mask()
-:89: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#89: FILE: include/linux/eventfd.h:66:
+static inline bool eventfd_signal_mask(struct eventfd_ctx *ctx, unsigned mask)

total: 0 errors, 1 warnings, 0 checks, 79 lines checked


Reply via email to