tests: drivers: ipm: Fix drivers.ipc.mailbox #159408
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 22s
Annotations
1 error, 1 warning, and 1 notice
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
-DEVICE_DEFINE(ipm_dummy0, "ipm_dummy0", NULL,
- NULL, &ipm_dummy0_driver_data, NULL,
- PRE_KERNEL_2, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT,
- &ipm_dummy_api);
+DEVICE_DEFINE(ipm_dummy0, "ipm_dummy0", NULL, NULL, &ipm_dummy0_driver_data, NULL, PRE_KERNEL_2,
+ CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &ipm_dummy_api);
File:tests/drivers/ipm/src/main.c
Line:39
|
You may want to run clang-format on this change:
tests/drivers/ipm/src/main.c#L39
tests/drivers/ipm/src/main.c:39
-DEVICE_DEFINE(ipm_dummy0, "ipm_dummy0", NULL,
- NULL, &ipm_dummy0_driver_data, NULL,
- PRE_KERNEL_2, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT,
- &ipm_dummy_api);
+DEVICE_DEFINE(ipm_dummy0, "ipm_dummy0", NULL, NULL, &ipm_dummy0_driver_data, NULL, PRE_KERNEL_2,
+ CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &ipm_dummy_api);
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
721 Bytes |
|