[nrf fromtree] drivers: nrf_wifi: Initialize TWT response parameters … #8261
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 35s
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:
- struct wifi_twt_params twt_params = { 0 };
- struct twt_interval_float twt_interval_fp = { 0 };
+ struct wifi_twt_params twt_params = {0};
+ struct twt_interval_float twt_interval_fp = {0};
File:drivers/wifi/nrf_wifi/src/wifi_mgmt.c
Line:625
|
You may want to run clang-format on this change:
drivers/wifi/nrf_wifi/src/wifi_mgmt.c#L625
drivers/wifi/nrf_wifi/src/wifi_mgmt.c:625
- struct wifi_twt_params twt_params = { 0 };
- struct twt_interval_float twt_interval_fp = { 0 };
+ struct wifi_twt_params twt_params = {0};
+ struct twt_interval_float twt_interval_fp = {0};
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
612 Bytes |
|