[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for mei: add timeout to send

Patchwork patchwork at emeril.freedesktop.org
Thu Nov 3 21:16:19 UTC 2022


== Series Details ==

Series: mei: add timeout to send
URL   : https://patchwork.freedesktop.org/series/110495/
State : warning

== Summary ==

Error: dim checkpatch failed
37ffcfbe1ad7 mei: add timeout to send
-:157: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#157: FILE: drivers/misc/mei/client.c:2087:
+			rets = wait_event_interruptible_timeout(cl->tx_wait,
+					cl->writing_state == MEI_WRITE_COMPLETE ||

-:166: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#166: FILE: drivers/misc/mei/client.c:2096:
+			rets = wait_event_interruptible(cl->tx_wait,
+					cl->writing_state == MEI_WRITE_COMPLETE ||

total: 0 errors, 0 warnings, 2 checks, 158 lines checked




More information about the Intel-gfx mailing list