== Series Details ==

Series: debugobjects: stop accessing objects after releasing spinlock (rev2)
URL   : https://patchwork.freedesktop.org/series/124185/
State : warning

== Summary ==

Error: dim checkpatch failed
4b916ef4f19b debugobjects: stop accessing objects after releasing spinlock
-:85: WARNING:LIKELY_MISUSE: nested (un)?likely() calls, IS_ERR already uses 
unlikely() internally
#85: FILE: lib/debugobjects.c:716:
+       } else if (likely(!IS_ERR(obj))) {

-:390: CHECK:SPACING: No space is necessary after a cast
#390: FILE: lib/debugobjects.c:1022:
+                                                  (void *) oaddr, o.state);

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


Reply via email to