Skip to content

net: lwm2m: Improve thread safety of the library #154970

net: lwm2m: Improve thread safety of the library

net: lwm2m: Improve thread safety of the library #154970

Triggered via pull request October 15, 2024 15:40
Status Success
Total duration 2m 55s
Artifacts 1

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
2m 45s
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

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: - sock_fds[i].events = - ZSOCK_POLLIN | - (set_pollout ? ZSOCK_POLLOUT : 0); + sock_fds[i].events = ZSOCK_POLLIN | (set_pollout ? ZSOCK_POLLOUT : 0); File:subsys/net/lib/lwm2m/lwm2m_engine.c Line:781
You may want to run clang-format on this change: subsys/net/lib/lwm2m/lwm2m_engine.c#L781
subsys/net/lib/lwm2m/lwm2m_engine.c:781 - sock_fds[i].events = - ZSOCK_POLLIN | - (set_pollout ? ZSOCK_POLLOUT : 0); + sock_fds[i].events = ZSOCK_POLLIN | (set_pollout ? ZSOCK_POLLOUT : 0);

Artifacts

Produced during runtime
Name Size
compliance.xml
655 Bytes