Skip to content

shell: add generic RX buffer flush function #153520

shell: add generic RX buffer flush function

shell: add generic RX buffer flush function #153520

Triggered via pull request October 8, 2024 13:07
Status Success
Total duration 2m 24s
Artifacts 1

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
2m 15s
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: - err = (void)sh->iface->api->read(sh->iface, buf, - sizeof(buf), &count); + err = (void)sh->iface->api->read(sh->iface, buf, sizeof(buf), &count); File:subsys/shell/shell_ops.c Line:564
You may want to run clang-format on this change: subsys/shell/shell_ops.c#L564
subsys/shell/shell_ops.c:564 - err = (void)sh->iface->api->read(sh->iface, buf, - sizeof(buf), &count); + err = (void)sh->iface->api->read(sh->iface, buf, sizeof(buf), &count);

Artifacts

Produced during runtime
Name Size
compliance.xml
642 Bytes