Skip to content

Commit 51156a7

Browse files
alaa-emadkv2019i
authored andcommitted
drivers: imx: ipc: remove unnecessary blank line
Remove unnecessary blank line after '{' as reported by checkpatch: "CHECK: Blank lines aren't necessary after an open brace '{'". Signed-off-by: Alaa Emad <eng.alaaemad.ae@gmail.com>
1 parent 00b2bf6 commit 51156a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/drivers/imx/ipc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ int ipc_platform_poll_is_cmd_pending(void)
257257

258258
/* new message from host */
259259
if (status & IMX_MU_xSR_GIPn(IMX_MU_VERSION, 0)) {
260-
261260
/* Disable GP interrupt #0 */
262261
imx_mu_xcr_rmw(IMX_MU_VERSION, IMX_MU_GIER, 0, IMX_MU_xCR_GIEn(IMX_MU_VERSION, 0));
263262

0 commit comments

Comments
 (0)