subsys: sdfw services: add device information service. #80523
Annotations
7 errors and 2 warnings
check-warns:
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
TRAILING_WHITESPACE: trailing whitespace
File:include/sdfw/sdfw_services/device_info_service.h
Line:22
TRAILING_WHITESPACE: trailing whitespace
File:include/sdfw/sdfw_services/device_info_service.h
Line:26
POINTER_LOCATION: "foo* bar" should be "foo *bar"
File:include/sdfw/sdfw_services/device_info_service.h
Line:31
LINE_SPACING: Missing a blank line after declarations
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:32
|
check-warns:
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
618b94802dc3115a2db087fa904b91f8e574b303: include/sdfw/sdfw_services/device_info_service.h:22: trailing whitespace.
618b94802dc3115a2db087fa904b91f8e574b303: include/sdfw/sdfw_services/device_info_service.h:26: trailing whitespace.
|
check-warns
Process completed with exit code 1.
|
Run Compliance Tests:
include/sdfw/sdfw_services/device_info_service.h#L22
include/sdfw/sdfw_services/device_info_service.h:22 trailing whitespace
|
Run Compliance Tests:
include/sdfw/sdfw_services/device_info_service.h#L26
include/sdfw/sdfw_services/device_info_service.h:26 trailing whitespace
|
Run Compliance Tests:
include/sdfw/sdfw_services/device_info_service.h#L31
include/sdfw/sdfw_services/device_info_service.h:31 "foo* bar" should be "foo *bar"
|
Run Compliance Tests
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L32
subsys/sdfw_services/services/device_info/device_info_service.c:32 Missing a blank line after declarations
|
Loading