Skip to content

Commit faecc4c

Browse files
lyakhnashif
authored andcommitted
ipm: cavs: (cosmetic) fix indentation
Add a missing TAB. Signed-off-by: Guennadi Liakhovetski <[email protected]>
1 parent b592dc5 commit faecc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ipm/ipm_cavs_idc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static void cavs_idc_isr(const struct device *dev)
7070
ext = UINT_TO_POINTER(
7171
idc_read(IPC_IDCTEFC(i), curr_cpu_id) &
7272
IPC_IDCTEFC_MSG_MASK);
73-
drv_data->cb(dev, drv_data->user_data, id, ext);
73+
drv_data->cb(dev, drv_data->user_data, id, ext);
7474
}
7575
break;
7676
}

0 commit comments

Comments
 (0)